Answer Posted / gv praveen kumar
Java contains inbuilt JVM (Java virtual machine) which converts byte code into native understanding form of operating system.Java can run on every operating system by taking same amount of memory space.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How do you include a string in java?
What is adapter in java?
Explain the importance of throws keyword in java?
Which package has light weight components in java programming?
Can an interface be final?
How to perform selection sort in java?
What is the difference between multiple processes and multiple threads?
What does singleton class mean?
Can a main method be overloaded?
Can you override private or static method in java?
Is oracle charging for java?
What is default switch case? Give example.
Explain what is Marker interface?
What is use of a abstract variable?
When is the finalize() called? What is the purpose of finalization?