Answer Posted / manasa
JVM is a java virtual machine.... which is a compiler and
it converts bytecode to its original form which is given by
us......
JRE is a software where it supports to execute our
programs....
| Is This Answer Correct ? | 9 Yes | 4 No |
Post New Answer View All Answers
How many times finalize method will be invoked? Who invokes finalize() method in java?
What is a method type?
What is a databasemetadata?
What exactly is a .class file?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
What do you mean by an object in java?
Explain the difference between static and dynamic binding in java?
Why should we use singleton pattern instead of static class?
How many types of the indexof method are there for strings?
What is difference between checked and unchecked exception in java?
What is join () in java?
Explain about transient variables in java?
What is string array?
What is file in java?
Can we catch more than one exception in a single catch block?