Introduction Founder James Gosling - Sun Microsystems Co-founder – Vinod Khosla What is java? • A general-purpose object oriented language . • Write Once RunAnywhere ( WORA ). • Designed for easy Web/Internet applications . Execution of JAVA JVM ( Java Virtual Machine ) is an abstract machine that e nables your computer to run a Java program. When you run the Java program, Java compiler first compiles your Java code to bytecode. Then, the JVM translates bytecode into n ative machine code. Java Runtime Environment • JRE (Java Runtime Environment) is a software package that provides Java class libraries, Java Virtual Machine (JVM), and other components that are required to run Java applications . Java Developmulent Kit • Jdk is a collection of classes, java compiler, and JVM interpreter. • JDK (Java Development Kit) is a software development kit required to develop applications in Java....
Comments
Post a Comment
Give your Feedback