What is Java Virtual Machine (Java VM)?
Welcome to the Java Programming Forums
The professional, friendly Java community. 21,500 members and growing!
The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.
>> REGISTER NOW TO START POSTING
Members have full access to the forums. Advertisements are removed for registered users.
What is Java Virtual Machine (Java VM)?
Please give your threads meaningful/useful titles. This one might be "What is the JVM?"
I suggest you do an Internet search, read what you find there, and then return with any questions you still have.
Here are a couple of links to get you started:
Let me google that for you
Let me google that for you
If you have specific questions let us know.
Good Luck
JVM interprets compiled Java binary code for a computer's processor (or "hardware platform") so that it can perform a Java program's instructions. Java was designed to allow application programs to be built that could be run on any platform without having to be rewritten or recompiled by the programmer for each separate platform. JVM makes this possible because it is aware of the specific instruction lengths and other particularities of the platform.
Answers to these recent questions you've asked can be found by searching the Internet, reading Wikipedia articles, etc. Most here will resist doing that for you, especially since these sound a bit like homework/quiz questions, so I'm closing these threads.
PM me if you'd like to offer additional details or reasons for why you ask these questions.