Please send your Questions & Answers or Feedback to "mohan@javabook.org"
What is Byte Code?
All Java programs are compiled into class files that contain bytecodes. These byte codes can be run in any platform and hence java is said to be platform independent.