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 is the base class of all exception classes?
How to make object serializable in java?
What are the steps involved to write rmi based programs?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
In the below example, how many string objects are created?
What are the advantages of unicode?
Why do we need strings in java?
Explain different states of a thread in java?
Can you explain the usages of class.forname()?
Tell me the latest versions in java related areas?
What is int argc char * argv?
What is the difference between ArrayList and Vector? which one is better in Java
Difference between this() and super() ?
How can you set an applet’s height and width as a percentage?
Does set allows null in java?