After compilation of java program we'll get .class code. If
it's generated in OS Windows XP will it work on OS Linux? If
yes why? If no why?
Answer Posted / seshadri pera
Ranjmella is obsolutely correct for this Question. JVM is
platform dependent but any JVM specific to that OS will run
the compiled .class file on any OS.
.class files are in bytecode it can be run on any platform
which has it's specific JVM installed in that.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the role of the java.rmi.naming class?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
Why spring singleton is not thread safe?
How to print nodes of a Binary tree?
What is the use of arrays tostring () in java?
What is another word for methodology?
What do you mean by an interface in java?
What is difference between java and java ee?
Program to Find the second largest element in an array.
What does this () mean in java?
What about main thread in java?
What is empty list in java?
How do you clear an arraylist in java?
Difference between string, string builder, and string buffer?
Do I need java for windows 10?