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 default value of the local variables?
Why is Java a platform independent language?
What does the append?
Package1 and Package2 both have a method name lets say "methodA" with different implementation. When I import both the packages in a java class how can I use both the methods?
What is core java used for?
How big is a boolean?
What is a key in java?
Which package is used for pattern matching with regular expressions?
why we import both packages java.awt.*; and java.awt.event.*; as java.awt.*; can import all classes na. then what is the need of importing java.awt.event.*; ?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
What is unmodifiable list in java?
What is collection api?