What are the main features of java?
No Answer is Posted For this Question
Be the First to Post Answer
What is visibility mode?
What is cloneable interface?
Explain the selection sort algorithm?
Is array passed by reference in java?
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
What is a reflection package?
What is a nonetype?
How do you represent a space in regex java?
Is arraylist zero based?
What's the difference between comparison done by equals method and == operator?
hi to all. well can you please tell me that why String class is immutable? Thanks in advance.
Is Java Platform Independent if then how?