Question:Which of the following can you use to determine whether cookies are enabled in a browser or not?
A (navigator.Cookie)? true : false
B (application.cookieEnabled)? true : false
C (navigator.cookieEnabled)? true : false
D (application.cookie)? true : false
+ AnswerC
+ Report