is JVM platform dependent or independent..?
Answer Posted / sadhi
jvm is a program and it is system dependent. Because every
system differentiate in developing tools and software..
so, the jvm software is convert the class file which is have
byte code into machine code to according to that specific
configuration. Since jvm is depend on the system software
and hardware..
Is This Answer Correct ? | 40 Yes | 2 No |
Post New Answer View All Answers
What is the syntax and characteristics of a lambda expression?
What do you mean by platform independence?
Give an example of use of pointers in java class.
What do you understand by java?
Is java a super set of javascript?
What are the difference between string, string builder, and string buffer in java?
How many types of flags are there?
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
What is a newline character in java?
What is output buffer?
Why wait and notify methods are declared in object class?
Why we use methods in java?
If I only change the return type, does the method become overloaded?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread
What is string english?