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