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
Explain some best practices you would apply while using collection in java?
Are global variables initialized to zero?
What are the changes in java.io in java 8 ?
What is better - 'bit-shift a value' or 'multiply by 2'?
How do you join strings in java?
How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters?
How big is a 32 bit integer?
Is a char always 1 byte?
Where and how can you use a private constructor?
How to print an arraylist in java?
What is a method signature java?
why java uses class level type casting ?
How to check if a list is sorted in java?
how do I create a runnable with inheritance? : Java thread
What are meta-annotations?