This first Java training lesson describes how to create, compile and run your first program using notepad and the windows command prompt. This focuses more on teaching you how to get it to work than on the function of the code, which will be explained in a future lesson. This lesson is also demonstrated in a video.
FreeVersion: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Sun Dec 10 2006
Java programming language was primarily developed to deal with embedded applications. But with the introduction of Swing and other user interface utilities to Java, it made its mark in desktop applications too. Now the trend is to use Java technology in developing large web and enterprise applications. Java is more focused on web then desktop applications.
But, in this article, we are going to discuss how useful Java is as a development technology for stand alone desktop application development in present scenario.
FreeVersion: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Sun Jun 4 2006
Easy to follow, visual presentation of many of the concepts you need to start programming in java such as fundamentals, syntax, basic packages, GUI with AWT/Swing/2Dapi, threads and networking. Includes example source code, quizzes and exercises.
FreeVersion: n/a Platform(s): n/a Updated: Sun Apr 30 2006
This sample of JSP file, first handles all posted data from a web form and write to a text file. We have used Tomcat Server to run our sample code. You could easily edit the source code to use in your application.
FreeVersion: n/a Platform(s): windows Updated: Tue Mar 21 2006
A thread, by definition is a light weight process. They are used to increase functionality and performance by performing multiple tasks at the same time, i.e. concurrently...
FreeVersion: n/a Platform(s): n/a Updated: Sat Feb 11 2006
A detailed tutorial for If else which plays a very important role for beginners
If else? What are "if elses" and why do you use it? Come and find everything in this tutorial
Version: n/a Platform(s): n/a Updated: Sun Jul 22 2007
This is a small Console Based Java Calculator that can add, subtract , divide and multiply two numbers. Find the square root of a number, cube of a number, nth Power of a number. It is very for the begnners of Java....
Version: n/a Platform(s): linux, windows, freebsd, osx, sun Updated: Thu Jun 14 2007
Ensure your success at the SCJP 1.4 Certification Today with CertGear's SCJP Exam Simulator, the most effective training tool for the Sun Certified Java Programmer Certification (CX-310-035)!
Developed by highly experienced SCJP Professionals, CertGear's SCJP Exam Simulator contains over 300+ questions and 5 simulated mock exams that will help you succeed at the SCJP Certification.
Backed by CertGear's "100% Money Back Guarantee", Try CertGear's SCJP Certification Practice Test Software Risk-Free, And Accelerate Your Career Today!!
Version: 4.3 Platform(s): windows Updated: Wed Feb 23 2005
The Java language, and the ever-growing Java platform, have revolutionized programming. The goal of this tutorial is to introduce you to the Java syntax you're most likely to encounter professionally, and to expose you to idioms that will help you avoid trouble. Follow along with Java professional Roy Miller as he guides you through the essentials Java programming, including the OOP paradigm and how it applies to Java programming; Java language syntax and use; creating objects and adding behavior, working with collections, handling errors; and tips for writing better code.
Version: n/a Platform(s): n/a Updated: Wed Dec 22 2004
JTurtle is a free educational programming tutor. It uses Java Bean Shell as a scripting language. BeanShell is extremely easy to use for procedural programming, but it can also be used to teach Object Oriented programming as the full Java programming language is accessible. Notable Features:
* Uses BeanShell scripting which allows for procedural programming or full on Object Oriented Java.
* Has the ability to stop running scripts.(useful to kill infinite loops in scripts)
* Images can be saved as PNG files
* Syntax hilighting via jedit's JEditPane component(Java, BeanShell, & JTurtle API)
* JTurtle Javadoc viewable from interface.
* GPL license
Version: 0.4 Platform(s): linux, windows, freebsd, osx, sun Updated: Sat Jul 26 2008
This small article is aimed at web designers who are (mostly) non-programmers
and who wish to use 3rd party applets rather than create their own. It sets
out to define java from the non-specialist's perspective and guard against a few common misconceptions.
Version: n/a Platform(s): n/a Updated: Fri Aug 29 2003