Answer Posted / guru tata
JVM Is an architecture specification for converting the source code to machine understandable code, it was basically developed on c language, it invoked when the source code need to be executed, it is architectural neutral works on any platform, it work along with the system software.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is a conditional statement explain with example?
Explain about interthread communication and how it takes place in java?
Can a class be defined inside an interface?
Can a string be null?
What is use of static method?
What do you understand by java virtual machine?
How do you check whether the list is empty or not in java?
What is lexicographically smallest string?
Can you change array size in java?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
What is the inheritance?
What is scope & storage allocation of static, local and register variables? Explain with an example.
How to make a read-only class in java?
Why put method is idempotent?
Explain methods specific to list interface?