Friday 22 April 2011

How To Learn The Java Programming Language. Step-By-Step, A Complete Video Tutorial Series From Part 1 To 87

Java

high-level programming language developed by  James Gosling at Sun Microsystems. Java was originally called OAK, and was designed for handheld devices and set-top boxes. Oak was unsuccessful so in 1995 Sun changed the name to Java and modified the language to take advantage of the burgeoning World Wide Web.

Java is an object-oriented language similar to C++, but simplified to eliminate language features that cause common programming errors. Java source code files (files with a .java extension) are compiled into a format calledbytecode (files with a .class extension), which can then be executed by a Javainterpreter. Compiled Java code can run on most computers because Java interpreters and runtime environments, known as Java Virtual Machines (VMs), exist for most operating systems, including UNIX, the Macintosh OS, and Windows. Bytecode can also be converted directly into machine languageinstructions by 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 asNetscape Navigator or Microsoft Internet Explorer.

 

Sincere Thanks To TheNewBoston To Share This With Us...

DISCLAIMER

  

We DO NOT host or upload any of the links or any other content that are available on this WEBSITE. We merely search on INTERNET and index popular sites openly available to anyone. These articles and other content are uploaded to the respective websites (FORUMS) by their User Communities from all over the World and NOT by us. Please Contact Us through E-Mail, if you feel that any Content on this WEBSITE are objectionable or violating your copyrights. The objectionable content shall be promptly removed from our WEBSITE. E mail:
     

No comments:

Post a Comment