InfuseCode

Latest Post



The Java Tutorials are continuously updated to keep up with changes to the Java Platform and to incorporate feedback from our readers.
This release of the tutorial corresponds to the JDK 8u101 release.
Two new processing limit properties, entityReplacementLimit and maxXMLNameLimit, have been added to JAXP. See Processing Limits for more information.

Trails Covering the Basics

These trails are available in book form as The Java Tutorial, Sixth Edition. To buy this book, refer to the box to the right.
  • Getting Started — An introduction to Java technology and lessons on installing Java development software and using it to create a simple program.
  • Learning the Java Language — Lessons describing the essential concepts and features of the Java Programming Language.
  • Essential Java Classes — Lessons on exceptions, basic input/output, concurrency, regular expressions, and the platform environment.
  • Collections — Lessons on using and extending the Java Collections Framework.
  • Date-Time APIs — How to use the java.time pages to write date and time code.
  • Deployment — How to package applications and applets using JAR files, and deploy them using Java Web Start and Java Plug-in.
  • Preparation for Java Programming Language Certification — List of available training and tutorial resources.

Creating Graphical User Interfaces

Specialized Trails and Lessons


The Java Tutorials are continuously updated to keep up with changes to the Java Platform and to incorporate feedback from our readers.
This release of the tutorial corresponds to the JDK 8u101 release.
Two new processing limit properties, entityReplacementLimit and maxXMLNameLimit, have been added to JAXP. See Processing Limits for more information.

Trails Covering the Basics

These trails are available in book form as The Java Tutorial, Sixth Edition. To buy this book, refer to the box to the right.
  • Getting Started — An introduction to Java technology and lessons on installing Java development software and using it to create a simple program.
  • Learning the Java Language — Lessons describing the essential concepts and features of the Java Programming Language.
  • Essential Java Classes — Lessons on exceptions, basic input/output, concurrency, regular expressions, and the platform environment.
  • Collections — Lessons on using and extending the Java Collections Framework.
  • Date-Time APIs — How to use the java.time pages to write date and time code.
  • Deployment — How to package applications and applets using JAR files, and deploy them using Java Web Start and Java Plug-in.
  • Preparation for Java Programming Language Certification — List of available training and tutorial resources.

Creating Graphical User Interfaces

Specialized Trails and Lessons

 

 

 

Types of Java Applications

There are mainly 4 type of applications that can be created using java programming:

1) Standalone Application

It is also known as desktop application or window-based 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 creating standalone applications.

2) Web Application

An application that runs on the server side and creates dynamic page, is called web application. Currently, servlet, jsp, struts, jsf etc. technologies are used for creating web applications in java.

3) Enterprise Application

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) Mobile Application

An application that is created for mobile devices. Currently Android and Java ME are used for creating mobile applications.


Do You Know ?

MKRdezign

Contact Form

Name

Email *

Message *

Powered by Blogger.
Javascript DisablePlease Enable Javascript To See All Widget