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 |
Explain the difference between throw and throws in java?
where exactly collections are usefull in realtime
Describe different states of a thread.
What is the difference(or similarity if there are some) between object and a variable?
What is the purpose of interface?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
what do you mean by java annotations?
What is the difference between an if statement and a switch statement?
What is meant by attribute?
what is difference between throw and throws in exception?
What is the difference between static synchronize() metod and synchronize() method?
Is ++ operator thread-safe in java?