Free eBook —Java Programming Language

All that wikipedia can tell you about XML
Download the PDF

 

This page contains 87 Java Video tutorials. The tutorials start with the basics and move on to the most complex aspects of Java. You will also find tutorials on specific topics listed below the video set. Whether you are a beginner or and experienced developer, you will find helpful hints and tricks in these tutorials that will improve your Java programming skills.

Java is an object-oriented language that is very similar to C++, however, Java has been simplified to eliminate language features that cause many of the common programming errors. The Java source code files, files that have a .java extension, are compiled into a format called bytecode. The bytecode files have a .class extension. The .class files can be executed by a Java interpreter.

 

Compiled Java code can be executed on most computers because Java interpreters and runtime environments, known as the Java Virtual Machines (VMs), exist for most operating systems, including UNIX, the Macintosh OS, and Windows. In addition, Bytecode can be converted directly into machine language instructions by what is called a just-in-time compiler (JIT).

Java is a general purpose programming language with a number of features that make the language well suited for use on the World Wide Web. Small Java applications are called Java applets and can be downloaded from a Web server and run on your computer by a Java-compatible Web browser, such as Netscape Navigator or Microsoft Internet Explorer.

 

 

Java Tutorials

 

 

 


 

 

 
Share |

Visit our Flash video library

Featured video
Training Sessions from Hell

Training Sessions from Hell