Computer Sciences > Gate 2015 Set-2 > HTTP Protocal
Which one of the following statements is NOT correct about HTTP cookies?
A
A cookies is a piece of code that has the potential to compromise the security of an Internet user.
B
A cookie gains entry to the user’s work area through an HTTP header.
C
A cookie has an expiry date and time.
D
Cookies can be used to track the browsing pattern of a user at a particular site.

Explanation

Correct : HTTP Protocal

Similar Questions

What is the worst-case time complexity of insertion in an AVL tree?
Question #23 Medium
Which operations on a binary search tree have O(h) complexity?
Question #31 Easy
Compare search complexities of sorted array vs balanced BST.
Question #47 Hard

Related Topics

Data Structures Binary Search Tree Time Complexity Algorithm Analysis Tree Algorithms Computer Science