What is Java?
Java programs are semi-compliled programs that are able to run on any machine with a Java Virtual Machine (JVM).
Sun Microsystems developed Java and the JVM. Although Java is owned by Sun, anyone can get a free license from their site.
Using Java, you can create programs for almost any computer. Java's powerful
object-oriented language makes it easy to create and manipulate reusable objects,
thus reducing development time.
The majority of programs written in Java are mini programs called applets.
Applets are used in web pages to create objects and interfaces that are not
natively available in a browser. With Java you can create almost any conceivable
control, from a button with advanced functions to an entire game.
Publisher's Website
Java Training Courses
The following Java training courses are available from Blue Star Learning...
JDBC - Database Programming Using Java JDBC Technology
JV1 - Java Programming
JV2 - Advanced Java Programming
JVFC - Java Foundation Classes (Swing)
JVJB1 - Introduction to Enterprise JavaBeans
JVJB2 - Enterprise JavaBeans
JVJK - Java Jakarta Struts
JVSP - Java Server Pages
JVSV - Java Servlet Programming
JVWS - Developing Java Web Services
JVXML - XML Programming Using Java