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 |
How many bits is a string in java?
How many java versions are there?
What is a null check?
What primitive Java types? Howmany are they and what are their names?
What is fundamental datatype?
Explain cookies?
How to compare strings in java?
Which is bigger double or float?
What are possible key words, we can use to declare a class?
write a program to create an vector and listeterator.and value should be enter through keyboard.
Can we extend a class with private constructor?
What is scope & storage allocation of static, local and register variables? Explain with an example.