1 / 9

Introduction to JAVA Programming

Object Oriented Programming in Java – an introduction java programming and History, Evolution of java and the editions of Java Complete Overview

Vibloo
Download Presentation

Introduction to JAVA Programming

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Introduction to JAVA Programming

  2. What is Java? Java is a programming language developed by James Gosling and others at Sun Microsystems. it's expressly designed for use in the distributed environment of the Internet. It was designed to have the "look and feel" of the C++ language, but it is simpler to use than C++ and enforces an object-oriented programming model. Mail Id : info@Vibloo.com US: +1-248-436-8449 Skype Id : info.vibloo IND: +91-40-3296-5222

  3. History of Java Java history is interesting to know. The history of java starts from Green Team. Originally java designed for small, embedded systems in electronic appliances like set-top boxes. Currently, Java is used in internet programming, mobile devices, games, e-business solutions etc. Mail Id : info@Vibloo.com US: +1-248-436-8449 Skype Id : info.vibloo IND: +91-40-3296-5222

  4. Java Version History 2006 2004 2011 2002 1997 1998 1995 2000 1996 2014 Evolution Of Java Java SE 9 JDK Alpha & Beta JDK 1.0 JDK 1.1 J2SE 1.2 J2SE 1.3 J2SE 1.4 J2SE 5.0 Java SE 6 Java SE 7 Java SE 8 Mail Id : info@Vibloo.com US: +1-248-436-8449 Skype Id : info.vibloo IND: +91-40-3296-5222

  5. Java Editions Java 2 Standard Edition Java 2 Micro Edition Java 2 Enterprise Edition J2EE J2ME J2SE Java enterprise edition is use to develop server-side applications such as Java servlets and Java Server Pages Java standard edition is use to develop client-side standalone applications or applets Java micro edition is use to develop applications for mobile devices such as cell phones Mail Id : info@Vibloo.com US: +1-248-436-8449 Skype Id : info.vibloo IND: +91-40-3296-5222

  6. Features of Java Simple Object-Oriented Platform independent Secure Robust Architecture neutral Portable Dynamic Interpreted Multithreaded Distributed Java is Mail Id : info@Vibloo.com US: +1-248-436-8449 Skype Id : info.vibloo IND: +91-40-3296-5222

  7. Java Life Cycle Java Programs Normally Undergo Four Phases Edit Compile Load Execute Programmer Writes program Compiler creates Byte-codes from program Class loader stores Byte-codes in memory Translate byte codes Into machine language Mail Id : info@Vibloo.com US: +1-248-436-8449 Skype Id : info.vibloo IND: +91-40-3296-5222

  8. Difference between JDK, JRE and JVM Understanding the difference between JDK, JRE and JVM is important in Java Java Development Kit Java Runtime Environment Java Virtual Machine JDK JRE JVM JVM is an abstract machine. It is a specification that provides runtime environment in which java bytecode can be executed. JDK is an acronym for Java Development Kit. It physically exists. It contains JRE + development tools. JRE is used to provide runtime environment. It is the implementation of JVM. It physically exists. Mail Id : info@Vibloo.com US: +1-248-436-8449 Skype Id : info.vibloo IND: +91-40-3296-5222

  9. Java Development Tools A software that provides an integrated development environment (IDE) for rapidly developing Java programs. Java Development Tools on Market NetBeans by Sun JBuilder by Borland Eclipse by IBM Mail Id : info@Vibloo.com US: +1-248-436-8449 Skype Id : info.vibloo IND: +91-40-3296-5222

More Related