when there is a need of jvm then how we can say that java
is a platform independent language?
Answer Posted / venkat
jvm is used to convert into an machinery language
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
How would overload a function based on return type?
What is a parameter in simple terms?
What is the type of lambda expression?
In Java list the methods that can be overridden?
Which collection allows duplicate values in java?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?
How do I remove a character from a string in java?
What is the r character?
What is defined as false sharing in the context of multithreading?
Explain about OOPS concepts and fundamentals.
What is polymorphism in java? What are the kinds of polymorphism?
What is a bubble sort in java?
What is return type in java?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
Is math class static in java?