330 Java Tips

by John | Jun 17, 2007 | Computers and Internet | 4 comments

Java is a versatile programming language that was originally developed by Sun Microsystems and introduced in 1995. Typically, Java applications are compiled into bytecode, but they can also be compiled directly to native machine code. During execution, this bytecode is often interpreted or further compiled into native code, with the option for direct execution by a Java processor available as well. Recognized as one of the leading platforms for web development, Java incorporates much of the syntax from C and C++ while offering a more streamlined object model and fewer low-level features. Although JavaScript shares a similar name and syntax, it is important to note that the two languages are not directly related. Sun Microsystems also offers an open-source implementation of a Java compiler, Java virtual machine, and a majority of the class library, all developed in accordance with the specifications set forth by the Java Community Process and distributed under the GNU General Public License.

330 Java Tips

by JavaFAQ (PDF, zipped)