What is the difference between serializable and externalizable interfaces?
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between string and stringbuffer?
How many Java environments are there?
1 Answers Phantom Technologies,
What is the difference between stringbuffer and stringbuilder class?
Mention some interfaces implemented by linked list in java.
How can we achieve thread safety in java?
What is basic syntax?
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
when to use ArrayList and when to use HashMap in webApplication.
What are controls and their different types in awt?
My application URL : http://localhost:8080/Application/Login.jsp. When a user enter this url in IE then, how it get Login.JSP Page exactly? what are the processes will happen from when we submit the URL to get Login.jsp?
Does treeset use compareto?
Is it possible to write method inside method