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 is meant by anonymous class?
Can list be null in java?
What environment variables are required to be set on a machine in order to run Java programs?
What is a class ?
What is meant by Servelet? What are the parameters of service method?
What is the difference between compile-time polymorphism and runtime polymorphism?
Can we extend singleton class?
What is the use of TL?
What is the difference between heap memory and stack memory?
What is the benefit of inner / nested classes ?
What are the two ways you can synchronize a block of code?
What is boolean data type in java?