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
What class allows you to read objects directly from a stream in java programming?
What is hashmap in java?
What is the use of optional ?
Which java version is latest?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
What is constructor in java ?
How do you check if a string contains only numeric digits?
What are different access specifiers in java? Explain
What are the restriction imposed on a static method or a static block of code?
What is the loop in java?
What do you mean by an interface in java?
What are keywords and reserved words in java?
Can this keyword be used to refer static members?
What are basic keywords?
Where are local variables stored?