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
7 12099
Define how destructors are defined in java?
Explain about main() method in java ?
What are different types of references?
What is a concrete classes? Is Java object class is concrete class?
Is 64bit faster than 32 bit?
What is the difference between math floor and math round?
What is bool mean?
what do you mean by marker interface in java?
How do I stop concurrentmodificationexception?
Is an object null?
What's the default access specifier for variables and methods of a class?
What is anagram number?
What does sizeof return?
What are the ways in which a thread can enter the waiting state?
Which class should you use to obtain design information about an object in java programming?