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
How to read and write image from a file ?
Why can't we make a class private in java?
Which is easier .net or java?
Explain about public and private access specifiers?
What are autoboxing and unboxing? When does it occur?
Why do we use variables?
If you are given the name of the function at run time how will you invoke the function?
What is null statement?
What is hashmap and map?
Which one of the following suits the description of a string better: derived or primitive?
Difference between arraylist and vector.
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
what is optional in java 8?
What is the final method?
Can you declare an interface method static?