Explain cookies?
Answers were Sorted based on User's Feedback
Answer / n. balasubramanian
Cookies are small file written in your system by the server
for first request, after that browser send cookies file for
every request from the client machine. This will identify
the client by the server. Cookies are one of the way for
maintaining session. cookies can be disabled by the browser
level settings.
Is This Answer Correct ? | 42 Yes | 6 No |
Answer / ravikiran(aptech mumbai)
cookies are the clientside components which are saved on the
server side
Is This Answer Correct ? | 22 Yes | 5 No |
what is the difference between static block and static method
Explain class A{} class B{} class C{} all the three classes are saved in a single file name, what the name should i provide to the file ,in what file name should i run the program? Ple Explain
What is thread life cycle in java?
what is mena by object block any what is the use of that
Write the program numbers into words.For example 2345==two thousand three hundred fourty five
What is an immutable class?
Is string a class?
Why Java doesn’t support multiple inheritance?
what is purpose of collections.unmodified() method..?
whays is mean by inner class?
What is a method in java?
can we write program without class