25
JAVA – Getting Started Organized By: Vinay Arora, CSED, TU

Introduction to basics of java

Embed Size (px)

DESCRIPTION

Java Basics

Citation preview

Page 1: Introduction to basics of java

JAVA – Getting Started

Organized By: Vinay Arora, CSED, TU

Page 2: Introduction to basics of java

V.A.

CSED

Disclaimer

This is NOT A

COPYRIGHT MATERIAL

Content has been taken mainly from the following books:

The complete Reference JAVA 5th Edition By Herbert Schildt, Sun Certified

Programmer for Java 6 Study Guide By Kathy Sierra & Bert Bates,

Core Java Volume -1 Fundamentals By Cay S. Horstmann Gary Cornell

etc…

Page 3: Introduction to basics of java

V.A.

CSED

User’s Interaction with h/w

Page 4: Introduction to basics of java

V.A.

CSED

Java Logo

Page 5: Introduction to basics of java

V.A.

CSED

Features

� Simple

� Network Savvy

� Secure

� Architectural Neutral

� Portable

Page 6: Introduction to basics of java

V.A.

CSED

Sample Java Program

Page 7: Introduction to basics of java

V.A.

CSED

Basic Flow

Page 8: Introduction to basics of java

V.A.

CSED

Java Program – Source to Execution

Page 9: Introduction to basics of java

V.A.

CSED

Source – Compile - Execute

Page 10: Introduction to basics of java

V.A.

CSED

JDK, SDK, JRE

� JDK = Java SDK

� JDK = Java Compiler + Various Tools + JRE

Page 11: Introduction to basics of java

V.A.

CSED

Java Language

Page 12: Introduction to basics of java

V.A.

CSED

JRE = JVM + Java API

Page 13: Introduction to basics of java

V.A.

CSED

JVM

Page 14: Introduction to basics of java

V.A.

CSED

Flavors of Maruti

Page 15: Introduction to basics of java

V.A.

CSED

Flavors of JAVA

Page 16: Introduction to basics of java

V.A.

CSED

Java in Mobile Phones

Page 17: Introduction to basics of java

V.A.

CSED

Java Program – Using Notepad

Page 18: Introduction to basics of java

V.A.

CSED

Java Program – Output at Command Prompt

Page 19: Introduction to basics of java

V.A.

CSED

IDEs for JAVA

Page 20: Introduction to basics of java

V.A.

CSED

CLASSPATH

Page 21: Introduction to basics of java

V.A.

CSED

JDBC - Java Database Connectivity

Page 22: Introduction to basics of java

V.A.

CSED

Java Certification - SCJP

Page 23: Introduction to basics of java

V.A.

CSED

Books for JAVA

Page 24: Introduction to basics of java

V.A.

CSED

Reference List

1. The complete Reference JAVA 5th Edition By Herbert Schildt, Sun Certified

Programmer for Java 6

2. Study Guide By Kathy Sierra & Bert Bates

3. Core Java Volume -1 Fundamentals By Cay S. Horstmann Gary Cornell

etc…….

Page 25: Introduction to basics of java

V.A.

CSED

Thnx…