1 / 4

Java

Java. By Adon Shapiro. How does java work?. Java should run on every system that implements Java Virtual Machine (JVM) a safe environment in which compiled java classes are running.

coen
Télécharger la présentation

Java

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Java By Adon Shapiro

  2. How does java work? Java should run on every system that implements Java Virtual Machine (JVM) a safe environment in which compiled java classes are running.

  3. A program written in java programming language is first translated into java’s intermediate language. This is called compiling. Software used for compiling is called a compiler. How does java work?

  4. The program is then executed on a JVM which interprets the intermediate language on a target computer. How does java work?

More Related