1 / 3

Java Programming Language Tutorial Basic Introduction

Basic Java Tutorial - Introduction of Java, Its types, and Versions.

Download Presentation

Java Programming Language Tutorial Basic Introduction

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. Basic Java Tutorial This story is introduction about Java, Java applications and its version types. The motive creating this list for freshers to understand the basics of java. Best Java Training in Chennai Are you looking for best java training in Chennai to start your career in IT industry. Do you know what is Java and how it is working? Before get into the java training, visit here to get idea about Java and its functions. What is Java? Java is one of the popular programming language used by all the IT industry to develop the application. Everyone’s know that Java is the high level programming language, high secured and object oriented programming language has it’s own run time environment called JRE (Java Runtime Environment) and API. It is the main software tool used to build java application. JRE is the combination of JVM (Java Virtual Machine), Core Classes, and libraries. programming language. Java Basic Java Example Public class HelloWorld { Public static void main (string[] args) { System.out.println(“Hello World”); } Types and Usage of JavaApplications Stated by survey, more than 3 billion devices run by using java. Some of the example devices run by java applications.   StandaloneApplication DesktopApplication or Window BasedApplications WebApplications WebApplication EnterpriseApplications Banking and other industry Applications MobileApplication Mobile BasedApplications Embedded System Robotics and Games etc.       

  2. Versions of JavaApplication: In Java currently four kind of version is available. That are, Java Standard Edition (Java SE) Java Standard edition is the basic java programming platform. It is the collection of Java Application Programming interface (API). The APIs are java.lang, java.io, java.net, java.util, java.sql, java.math and etc. J2EE (Java Enterprise Edition) Generally it is called J2EE by java professionals and it is advanced version of java mainly used to build web based application and enterprise based applications. It is the combination of Servlet, JSP, Web Services, EJB, JPAand more. Java Micro Edition (Java ME) This version of java is used to build mobile device based applications. JavaFX This version has used to build wealthy mobile applications. **End**

More Related