Answer Posted / ranganathkini
Sun Microsystems's implementation of the Java Virtual
Machine is named HotSpot. It is a virtual machine
implementation that strictly adheres to the Java Virtual
Machine Specification.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
What do you understand by garbage collection in Java? Can it be forced to run?
Difference between Preemptive scheduling vs. Time slicing?
What is meant by polymorphism?
Can list contain null in java?
What is java util hashmap?
Explain abstract class in java?
Is an array a vector?
Difference between string s= new string (); and string s = "abv";?
What are the methods to rectify ambiguities in the interfaces in JAVA?
What are the disadvantages of object oriented programming?
What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?
What is the old name of java?
What is a vararg?
Can we increase array size dynamically in java?
What is the difference between processes and threads?