Chapter 2
Chapter 2
of Java
Araro Ariraro.mp3
Types of java Programming
Stand alone
Features of Java
Java is an object oriented
programming language
It is both compiled and interpreted
It is platform independent
It is case sensitive
Access data from local system as
well as from the net
Compiler and Interpreter
Compiler/ Machine
Source Interprete
code code
r
Byte code and JVM
Java
Windows
98
Unix
Os2
Java Libraries
java.lang: Support classes containing String, Character,
Math, Integer etc
System.out.println();
Java programming with
BlueJ