Sei sulla pagina 1di 22

Java Training

2
Key Points..
Perfect Course Materials
Version Oriented Training ( Ex: JDK
1.2,..JDK1.8)
Practical Oriented (training based on most of
programs)
Certificate Guidance (SCJP,SCJA.SCJWP)
Career Training (Job Guidance)



3
Course

Java Training Course Content


Overview of Object-Oriented Programming Language :

Introduction to JAVA

Array in Java

Control Statement in Java




4
Course Syllabus, cont.
Important Concept in Java
static,final,interface,abstractclass,super keyword

Wrapper classes

Exception Handling

User-Defined Package

IO Package(File Handling)

Lang Package




Course Syllabus, cont.
Java Database Connectivity (JDBC)

Collections and Generics Framework

Threads

J2EE
JSP & Servlet
XML
Struts
5
6
Java
What Is Java?
Getting Started With Java Programming
Create, Compile and Running a Java
Application
7
What Is Java?
History
Characteristics of Java
8
History
James Gosling and Sun Microsystems
Oak
Java, May 20, 1995, Sun World
HotJava
The first Java-enabled Web browser
JDK Evolutions
J2SE, J2ME, and J2EE (not mentioned in the
book, but could discuss here optionally)
9
Characteristics of Java
simple
object-oriented
distributed
interpreted
robust
secure
architecture-neutral
portable
performance
multithreaded
dynamic

10
JDK Versions
JDK 1.02 (1995)
JDK 1.1 (1996)
Java 2 JDK 1.2,(1998)
Java 2 JDK 1.3(2000)
JDK1.8(2014) Latest





11
JDK Editions
Java Standard Edition (J2SE)
J2SE can be used to develop client-side standalone
applications or applets.
Java Enterprise Edition (J2EE)
J2EE can be used to develop server-side applications
such as Java Servlet and Java Server Pages.
Java Micro Edition (J2ME).
J2ME can be used to develop applications for mobile
devices such as cell phones.
Java Enterprise Edition 5(JEE5)
Framework such as Struts,hibernet,spring




.
12
Java IDE Tools
Forte by Sun Microsystems
Borland JBuilder
Microsoft Visual J++
Web Gain Caf
IBM Visual Age for Java
Eclipse Helios
Net Beans

13
Getting Started with Java
Programming
A Simple Java Application
Compiling Programs
Executing Applications
14
A Simple Application
Example 1.1
//This application program prints Welcome
//to Java!
package chapter1;

public class Welcome {
public static void main(String[] args) {
System.out.println("Welcome to Java!");
}
}
Run Source
NOTE: To run the program,
install slide files on hard
disk.
15
Creating and Compiling Programs
On command line
javac file.java


Source Code
Create/Modify Source Code
Compile Source Code
i.e. javac Welcome.java
Bytecode
Run Byteode
i.e. java Welcome
Result
If compilation errors
If runtime errors or incorrect result
16
Executing Applications
On command line
java classname
Java
Interpreter
on Windows
Java
Interpreter
on Sun Solaris
Java
Interpreter
on Linux
Bytecode
...
17
Example
javac Welcome.java

java Welcome

output:...
18
Compiling and Running a Program
Where are the files
stored in the
directory?
c:\example
chapter1
Welcome.class
Welcome.java
chapter2
.
.
.
Java source files and class files for Chapter 2
chapter19 Java source files and class files for Chapter 19
Welcome.java~
Evolution
19
Core Java J2EE JEE5
J2EE - Its a Technology used to develop Enterprise Applications like 2,3 or n-
tire architecture using a Client/Server model over Distributed Enterprise
environment.It Application Uses Java as Programming Language

J2SE - Java Standard Edition is a Programming Language using we can
develop Desktop Application, Web Enterprise Application, Mobile
Application and much more thing.
20
Major Areas of a Java Program

Exception
Collection(utill package)
Lang package
JDBC
I/O Package

Fees Structure
Fees is not Constant.
If u refer friend it will be varied.

Registration fees will be 1000/- and
remaining 4000 /- pay on during the class.

Batch on :Saturday & Sunday and One week
days
21
Thank U
22

Potrebbero piacerti anche