Explain importance of finally block in java?
What is int argc char * argv?
What is difference between Iterator and for loop
What is appletviewer?
How can we achieve IPC in JAVA?
What is the use of static methods?
Is java a security risk?
What is default locale java?
What is the maximum size of list in java?
What is bubble sort in java?
Difference between Encapsulation and Abstraction
What is jvm? How its run?
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