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
In Java list the methods that can be overridden?
What is a void in java?
Can a main method be declared final?
Compare java and python.
Can static method access instance variables ?
What is the covariant return type?
What is * argv?
How can constructor chaining be done by using the super keyword?
What is json parser in java?
what is the purpose of "virtual"?
State the significance of public, private, protected class?
What is the difference between exception and error in java?
What does string intern() method do?
What is natural ordering in java?
Why java is considered dynamic?