Answer Posted / cherry
The jvm simply allocates memory for instances and it
provides location name and hashCode for the location.
And it checks is there any change in the program before
loading it into the class loader
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is package protected in java?
What do you understand by soft reference?
Why is stringbuffer called mutable?
Write a regular expression to validate a password. A password must start with an alphabet and followed by alphanumeric characters; its length must be in between 8 to 20.
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What are singleton services?
How will you communicate between two applets?
Why is a singleton bad?
What java is used for?
What does main method?
What is a super method?
What is hashing principle in java?
What is the maximum size of list in java?
Can we overload the methods by making them static?
Is cout buffered?