Introduction To JAVA: Instructor: Md. Saidur Rahman Sun Certified Java Programmer (SCJP) Email
Introduction To JAVA: Instructor: Md. Saidur Rahman Sun Certified Java Programmer (SCJP) Email
Instructor:
Outline
What is Java
Java Platforms
How a Java Program Works
Why Java is the ideal technology for
network computing
Presence of Java in the Current World
Why Software Developers Choose Java
Prepared by:: Mohammad Saidur
Rahman
What is Java
Javais
aHigh
level
programming
language originally developed byJames
GoslingatSun Microsystems(which has
since merged intoOracle Corporation)
The language derives much of itssyntax
fromCandC++but has a simpler object
modeland fewerlow-level facilities.
Prepared by:: Mohammad Saidur
Rahman
Java Platforms
JSE(Java Standard Edition)
Core Java API used to deployportableapplicationsfor general
use.
Compiled
to
Java Byte
Code
(*.class)
Run In
QUESTION ???