Search Java Tutorials

Custom Search

What You Will Want to Complete This Tutorial?

You must have at least 1st and 2nd pre-requirements to start the tute. Other requirements will require for last chapters only. These all are free to use and download!
  1. Java Development Kit Standard Edition (JDK / J2SE) Any Version(www.java.com)
  2. Any Text Editor (Note Pad quite enough or get Notepad++ from (http://notepad-plus.sourceforge.net)
  3. Java Run Time Environment (JRE) Any Version(www.java.com)
  4. Java Enterprise Edition (J2EE) for advanced developing (For last few chapters)(www.java.com)
  5. Java Wireless Toolkit for Mobile Application Development (For Mobile Application Development Chapters) (www.java.com)
  6. Tomcat Web Server to run Servlets. (www.tomcat.apache.org/)
Your operating system may be any version of Windows.
What will you learn (As a summary)?
  1. How to build console and windowed applications using Java
  2. How to build web page elements with Java Applets
  3. How to build Database Programs with Java
  4. How to build enterprise applications with Beans
  5. How to add Email functions to Java programs
  6. How to program smart devices (Phone, PDA etc…) with Java

What Java Can Do?

Java is one of the best programming languages ever built. Its programs will run on a stand alone computer, through a network or inside your mobile phone.

There’re four types of java programs;

  1. Java Applications
    1. You can build programs that run on stand alone computer. It can be an old fashioned DOS like program (Known as Console Applications. For the first few chapters we will use console applications as they’re very easy to build) or attractive windowed GUI (Graphical User Interface) programs with Icons.
  2. Java Applets
    1. Web based programs that can be embedded in a web page. They have very limited resource handling abilities, but gives attractive graphical functions.
  3. Java Servlets
    1. Servlets are Server-side
  4. Java MIDlets
    1. Java Programs that will run in smart devices.

No comments: