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 design pattern you have used in your project? I answered Factory pattern, how it is implemented? What are its advantage? Do know about Abstract Factory?
What is command line used for?
What are default methods ?
Differentiate between overriding and overloading cases?
Are variables stored in ram?
Describe string intern() methodology
Can you call a method on a null object?
What are jee technologies?
How is a variable stored in memory?
How to change value in arraylist java?
How many java versions are there?
What is complexity in java?
What are the different http methods?
How does arraylist work in java?
What are bind parameters?