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 Else I need to know about Java as a beginner?

Remind that Java is case sensitive and its statements end with a semicolon (‘;’).

You have used periods in the First.java. Periods (called dots) are used to separate classes, objects, and methods in program code.

This is quite enough anyone to get on with java development. Let your mind to be busy with Java. Because what you must really want to know as a beginner is that, java is quite easily forgettable for most. Keep it using daily!

Java is Ok! But you need to know some ‘Command Prompt’ manipulations which are easier to do than reading this!

To Start Command Prompt: Press “CTRL” + “R” together and you’ll get “Run” program. Type “CMD” and press enter. Otherwise you can start it traditional way, using start menu and look for “Accessory” sub menu.

  1. To move into a folder: Type CD
  2. To move out from a older: Type CD..
  3. To move into root hard disk partition of current address: Type CD\
  4. To see the contents in current folder: Type DIR
  5. To locate Java within Command Prompt: Type PATH /bin
  6. To Compile Java Classes: Type JAVAC ,java
  7. To run your Java Programs: Type JAVA

If You hope to get a job in Java Programming, then best place to start is SCJP (Sun Certified Java Programmer) examination. There're sub versions of this examination and check http://www.java.com for guides.

No comments: