How many types of JVM's (OR) Name of the JVM's which are
used in Tomcat & Weblogic servers ?
Answer / naman patidar
SUN has provided specifications for JVM implementation.
They does provide JRE with JDK installable.
Tomcat uses default system JVM.
And all WebLogic products/applications uses there
implementation of JVM named JRockit. JRockit JVM considered
as industry's highest performing Java Virtual Machine.
| Is This Answer Correct ? | 13 Yes | 5 No |
What do you mean by buffering?
what is the difference between String and StringBuffer classes?
what are class,constructor and primitive data types?
What is the r character?
How to display all the prime numbers between 1 and n (n is the number, get the input from user)
What are the important features of Java 8 release?
Can a class have more than one object?
Explain the term virtual machine?
What is basic syntax?
what are the jsp tags with example?
What do you mean by static variable?
What causes memory leak in java?