0% found this document useful (0 votes)
72 views4 pages

01 What Is JAVA

This document provides an overview of Java tutorials, including what Java is, examples of where it is used, and types of applications that can be created with it. Java is introduced as a widely used, robust, and object-oriented programming language. Examples of where Java is used include desktop applications, web applications, enterprise applications, mobile applications, and embedded systems. The four main types of applications that can be built with Java are standalone applications, web applications, enterprise applications, and mobile applications.

Uploaded by

Tanmay Pathak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
72 views4 pages

01 What Is JAVA

This document provides an overview of Java tutorials, including what Java is, examples of where it is used, and types of applications that can be created with it. Java is introduced as a widely used, robust, and object-oriented programming language. Examples of where Java is used include desktop applications, web applications, enterprise applications, mobile applications, and embedded systems. The four main types of applications that can be built with Java are standalone applications, web applications, enterprise applications, and mobile applications.

Uploaded by

Tanmay Pathak
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 4

5/17/2017 JavaTutorialjavatpoint

JavaTutorial
Java Tutorial or Core Java Tutorial or Java Programming Tutorial is a
widely used robust technology. Let's start learning of java from basic
questions like what is java tutorial, core java, where it is used, what
typeofapplicationsarecreatedinjavaandwhyusejava.

WhatisJava
Javaisaprogramminglanguageandaplatform.

Javaisahighlevel,robust,securedandobjectorientedprogramming
language.

Platform:Anyhardwareorsoftwareenvironmentinwhichaprogram
runs, is known as a platform. Since Java has its own runtime
environment(JRE)andAPI,itiscalledplatform.

JavaExample
Let's have a quick look at java programming example. A detailed
descriptionofhellojavaexampleisgiveninnextpage.

1. classSimple{

2. publicstaticvoidmain(Stringargs[]){

3. System.out.println("HelloJava")
4. }

5. }

TestitNow

https://www.javatpoint.com/javatutorial 1/4
5/17/2017 JavaTutorialjavatpoint

Whereitisused?
According to Sun, 3 billion devices run java. There are many devices
wherejavaiscurrentlyused.Someofthemareasfollows:

1.Desktop Applications such as acrobat reader, media player,


antivirusetc.

2.WebApplicationssuchasirctc.co.in,javatpoint.cometc.

3.EnterpriseApplicationssuchasbankingapplications.

4.Mobile

5.EmbeddedSystem

6.SmartCard

7.Robotics

8.Gamesetc.

TypesofJavaApplications
Therearemainly4typeofapplicationsthatcanbecreatedusingjava
programming:

1)StandaloneApplication

It is also known as desktop application or windowbased application.


An application that we need to install on every machine such as
media player, antivirus etc. AWT and Swing are used in java for
creatingstandaloneapplications.

https://www.javatpoint.com/javatutorial 2/4
5/17/2017 JavaTutorialjavatpoint

2)WebApplication

Anapplicationthatrunsontheserversideandcreatesdynamicpage,
is called web application. Currently, servlet, jsp, struts, jsf etc.
technologiesareusedforcreatingwebapplicationsinjava.

3)EnterpriseApplication

An application that is distributed in nature, such as banking


applications etc. It has the advantage of high level security, load
balancing and clustering. In java, EJB is used for creating enterprise
applications.

4)MobileApplication

An application that is created for mobile devices. Currently Android


andJavaMEareusedforcreatingmobileapplications.

DoYouKnow?

WhatisthedifferencebetweenJREandJVM?

WhatisthepurposeofJITcompiler?

Canwesavethejavasourcefilewithoutanyname?

Whyjavausestheconceptofunicodesystem?

WhatwillwelearninBasicsofJava?

HistoryofJava

FeaturesofJava

HelloJavaProgram

ProgramInternal

Howtosetpath?

DifferencebetweenJDK,JREandJVM

InternalDetailsofJVM

VariableandDataType

UnicodeSystem

Operators

https://www.javatpoint.com/javatutorial 3/4
5/17/2017 JavaTutorialjavatpoint

next

Latest4TutorialsonJavaTpoint

CouchDB Docker

Rails RichFaces

Share 8

https://www.javatpoint.com/javatutorial 4/4

You might also like