How does a cookie work in Servlets?
No Answer is Posted For this Question
Be the First to Post Answer
I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?
What does || mean in code?
In the below Java Program, how many objects are eligible for garbage collection?
How many types of voids are there?
String is a immutable objects . it means that string does not change........... But it will be chang......... { String s="kapil"; String s1="raj"; String s=s1; then print(.......) The String has been changed .. how it is possible and why its called immutable objects
Write an algorithm for quick sort?
What is ellipsis in java?
byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?
Why do we need singleton class?
Discuss different types of errors that generally occur while programming.
What is isa relationship?
Hi Friends, Can u give few interview questions which relates ArrayList and Hashmap. I mean how to link ArrayList and HashMap.I know this is not good way of asking questions like this , but i need