what is session in java?
Answer / Muinuddeen Baktaber
A session in Java refers to a communication between a web application and the user's device, which allows the server to maintain state information for the duration of the user's visit. This can be achieved using HttpSession in servlets.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a void in java?
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
Does apple use java?
How do you declare an infinite loop?
Why do we need autoboxing in java?
is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies?
why the constructor should be used in class,if there is no constructor what will happen?
What is the purpose of the system class in java programming?
java program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors.
What is difference between wait and notify in java?
What is the maximum size of a string in java?
What is the use of TL?