How many types of JVM's (OR) Name of the JVM's which are
used in Tomcat & Weblogic servers ?
Answer Posted / 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 |
Post New Answer View All Answers
Why are there no global variables in java?
How do you start a thread?
What do you mean by scope of variable?
Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?
How can you read an integer value from the keyword when the application is runtime in java? example?
Can we extend singleton class in java?
Which is easier .net or java?
What 5 doubled?
What is string in java? String is a data type?
Explain about version control?
What is unmodifiable list in java?
Define how objects are stored in java?
What an i/o filter?
What is thread life cycle in java?
Give reasons supporting that string is immutable.