Monday 16 March 2015

Q 03) Difference Between Java Platform And Other Platforms ?



           A java platform is a software only platform. It runs on other hardware based platforms like Unix, Linux, windows nt ,….etc.

Java platform has two components  :
  •        JVM ( Java Virtual Machine ) : It is a software that cam be ported  onto various hardware platforms. And converts Byte codes into  machine level language.   
  •       Java API  : Application Program Interface.

1 comment: