JAVA
What is Java?
Java is a programming language and computing platform first released by
Sun Microsystems in 1995. There are lots of applications and websites that will
not work unless you have Java installed, and more are created every day. Java is
fast, secure, and reliable. From laptops to datacenters, game consoles to
scientific supercomputers, cell phones to the Internet, Java is everywhere!
Java Version History
There are many java versions that has been released.
Current stable release of Java is Java SE 8.
• JDK Alpha and Beta
(1995)
• JDK 1.0 (23rd Jan, 1996)
• JDK 1.1 (19th Feb, 1997)
• J2SE 1.2 (8th Dec, 1998)
• J2SE 1.3 (8th May, 2000)
• J2SE 1.4 (6th Feb, 2002)
• J2SE 5.0 (30th Sep, 2004)
• Java SE 6 (11th Dec, 2006)
• Java SE 7 (28th July, 2011)
• Java SE 8 (18th March,
2014)
Hello World.java
public class HelloWorld {
public static void main(String[] args) {
// Prints "Hello, World" to the terminal window. System.out.println("Hello, World");
}
}
Compilation of Java Project
Save to C:Program FilesJavajdk1.6.0_27bin.
Open CMD
Find the project by typing

More Related Content

PPTX
Mac os evolution
ODP
Io t gets snappy with ubuntu core
PDF
Ubuntu - Industrial Internet of Things Intro
PDF
IoT - Innovating without compromising security
ODP
Future is now,Future is Opensource
PPTX
Tvl Engineering Ppt Presentation
PPTX
Java and SOA for beginners
PPTX
History Of JAVA
Mac os evolution
Io t gets snappy with ubuntu core
Ubuntu - Industrial Internet of Things Intro
IoT - Innovating without compromising security
Future is now,Future is Opensource
Tvl Engineering Ppt Presentation
Java and SOA for beginners
History Of JAVA

Similar to Rebaison jameson tvl.ppt (20)

PPTX
JAVA PPT by NAVEEN TOKAS
PPTX
Java technology is widely used currently. Let's start learning of java from b...
PDF
what is java.pdf
PPTX
PPTX
PPTX
PPTX
PPTX
PPTX
PPTX
Basics of Java
PDF
Chapter 1. java programming language overview
PPTX
Why should i learn java
PPTX
java basics.pptx
PPTX
Module1_htryjtjhkrhdegtfhsfhrdgfhpart1.pptx
PPT
The Irresistible Charms of Java
PPT
Java basics
PPT
Servlets and JavaServer Pages (JSP) from the B.Sc. Computer Science and Infor...
PPTX
Introduction to Java
PPTX
Chapter 1 (1).pptx
PPTX
INTRODUCTORY CONCEPTS OF JAVA
JAVA PPT by NAVEEN TOKAS
Java technology is widely used currently. Let's start learning of java from b...
what is java.pdf
Basics of Java
Chapter 1. java programming language overview
Why should i learn java
java basics.pptx
Module1_htryjtjhkrhdegtfhsfhrdgfhpart1.pptx
The Irresistible Charms of Java
Java basics
Servlets and JavaServer Pages (JSP) from the B.Sc. Computer Science and Infor...
Introduction to Java
Chapter 1 (1).pptx
INTRODUCTORY CONCEPTS OF JAVA
Ad

Recently uploaded (20)

PPTX
Computer Architecture Input Output Memory.pptx
PPTX
Education and Perspectives of Education.pptx
PDF
HVAC Specification 2024 according to central public works department
PPTX
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
PDF
Hazard Identification & Risk Assessment .pdf
PDF
What if we spent less time fighting change, and more time building what’s rig...
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PDF
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
PDF
Journal of Dental Science - UDMY (2021).pdf
PDF
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
PDF
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
PDF
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
PDF
International_Financial_Reporting_Standa.pdf
PDF
advance database management system book.pdf
PDF
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
PPTX
Module on health assessment of CHN. pptx
PDF
English Textual Question & Ans (12th Class).pdf
PDF
Mucosal Drug Delivery system_NDDS_BPHARMACY__SEM VII_PCI.pdf
PPTX
Virtual and Augmented Reality in Current Scenario
PDF
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
Computer Architecture Input Output Memory.pptx
Education and Perspectives of Education.pptx
HVAC Specification 2024 according to central public works department
ELIAS-SEZIURE AND EPilepsy semmioan session.pptx
Hazard Identification & Risk Assessment .pdf
What if we spent less time fighting change, and more time building what’s rig...
Paper A Mock Exam 9_ Attempt review.pdf.
medical_surgical_nursing_10th_edition_ignatavicius_TEST_BANK_pdf.pdf
Journal of Dental Science - UDMY (2021).pdf
MBA _Common_ 2nd year Syllabus _2021-22_.pdf
CISA (Certified Information Systems Auditor) Domain-Wise Summary.pdf
BP 704 T. NOVEL DRUG DELIVERY SYSTEMS (UNIT 1)
International_Financial_Reporting_Standa.pdf
advance database management system book.pdf
Vision Prelims GS PYQ Analysis 2011-2022 www.upscpdf.com.pdf
Module on health assessment of CHN. pptx
English Textual Question & Ans (12th Class).pdf
Mucosal Drug Delivery system_NDDS_BPHARMACY__SEM VII_PCI.pdf
Virtual and Augmented Reality in Current Scenario
1.3 FINAL REVISED K-10 PE and Health CG 2023 Grades 4-10 (1).pdf
Ad

Rebaison jameson tvl.ppt

  • 2. What is Java? Java is a programming language and computing platform first released by Sun Microsystems in 1995. There are lots of applications and websites that will not work unless you have Java installed, and more are created every day. Java is fast, secure, and reliable. From laptops to datacenters, game consoles to scientific supercomputers, cell phones to the Internet, Java is everywhere!
  • 3. Java Version History There are many java versions that has been released. Current stable release of Java is Java SE 8. • JDK Alpha and Beta (1995) • JDK 1.0 (23rd Jan, 1996) • JDK 1.1 (19th Feb, 1997) • J2SE 1.2 (8th Dec, 1998) • J2SE 1.3 (8th May, 2000) • J2SE 1.4 (6th Feb, 2002) • J2SE 5.0 (30th Sep, 2004) • Java SE 6 (11th Dec, 2006) • Java SE 7 (28th July, 2011) • Java SE 8 (18th March, 2014)
  • 4. Hello World.java public class HelloWorld { public static void main(String[] args) { // Prints "Hello, World" to the terminal window. System.out.println("Hello, World"); } }
  • 5. Compilation of Java Project Save to C:Program FilesJavajdk1.6.0_27bin. Open CMD Find the project by typing