Logo 
Search:

Java Answers

Ask Question   UnAnswered
Home » Forum » Java       RSS Feeds
  Question Asked By: Sunil Garg   on Jun 13 In Java Category.

  
Question Answered By: Alan Palmer   on Jun 13

Well Losely speaking, a BYTECODE is a platform
independent.
So, JVM is a MACHINE that interprets this BYTECODE
that is generated with extension .class ( after you
compile your program - source code with extension
.java)

Therefore, by machine independent  is meant that:

Your program (BYTECODE) can run in most evey machine
that has installed the JVM.

Share: 

 

This Question has 5 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Why java is platform independent ? Or get search suggestion and latest updates.


Tagged: