What is Session and cookies?Explain in detail with an
example?
Answer Posted / manikandan [ gtec,vellore ].
Session,Keeps a track of a User activities across the web pages.
Cookies,it is a small text file creates by a application
server and stored in a client environment.it stores a client
id and cookies can b read by appropriate application server
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
How to sort elements in a parallel array in java?
Can an interface be final?
What is public static void main?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
How many boolean functions are there?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
Is string passed by reference in java?
How will you initialize an Applet?
What is string builder in java?
Is a boolean 1 bit?
What is replaceall in java?
What is the use of static methods?
If try block is successfully executed, Then Is Finally block executed?
Explain about public and private access specifiers?
Write a function for palindrome and factorial and explain?