CSC204 - Slide 1
CSC204 - Slide 1
PROGRAMMING II
CSC204
Java - General
n Java is:
– platform independent programming
language
– similar to C++ in syntax
– Object Oriented Programming Language
How it works…!
n Java is independent only for one reason:
– Only depends on the Java Virtual Machine
(JVM),
– code is compiled to bytecode, which is
interpreted by the resident JVM,
– JIT (just in time) compilers attempt to
increase speed.
Object-Oriented