What is meant by memory leak?
No Answer is Posted For this Question
Be the First to Post Answer
What is boolean logic?
how to make the double-tone class ? as we have singletone class..?
What is difference between final and finally in java?
What things should be kept in mind while creating your own exceptions in java?
Explain java thread life cycle.
Can we create our own daemon thread?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
What is the use of set in java?
Is string a wrapper class?
Can we use catch statement for checked exceptions when there is no chance of raising exception in our code?
What is udp 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