What is the purpose of static keyword in java?
No Answer is Posted For this Question
Be the First to Post Answer
What are instance variables?
What happens when main () method is declared as private?
What is a thin-client application?
what is anonymous class in java?
why java not supproting multiple inheritance?
How many digits can a float hold?
Explain the use of javap tool.
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
State the significance of public, private, protected class?
How to convert string to char and vice versa?
When we serialize an object does the serialization mechanism saves its references too?
What method is used to compare two strings ?