What are hot spots in Java programming?
Answer / 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 |
what is the difference between static class and singleton class? can we create static class?
2 Answers L&T, Octazen, Vamsi Labs,
Can list be final in java?
Can any one say how will sort map objects in java?
When should the method invokelater() be used?
How do you write a scanner class in java?
What is class and object in java?
What are the types of methods in java?
what is the messsage u r going to get from an objectoriented programing?
Explain throw keyword in java?
what is the output??????? public class multireturn { public(int assign x ( int x) { if(4==x) { return 7; } else if (7=x+3) { return 6; } return 5; } }
what is collections in java?
When garbage collector invokes object?s finalize() method?