Answer Posted / anusha.v
JVM is the java virtual machine which will convert the byte
code into user understandable code.JVM is a software which
act as an interpreter.JVM is mainly dependent on the
Operating System why because of different OS has its own
JVM.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What are white spaces in java?
How you can force the garbage collection?
What are the advantages of exception handling?
Is array dynamic in java?
Which package is imported by default?
Can we convert integer to string in java?
What is a treeset in java?
What is immutable in java?
how we can make a write-only class in java?
Does java support multiple inheritance or not?
Can we cast any other type to boolean type with type casting?
how we can make a read-only class in java?
What does ide stand for?
How would you format a date in java? I.e. In the ddmmyyy format?
Can an object subclass another object?