What is Java?
Java
A programming language for Internet and intranet applications from the JavaSoft division of Sun. Java was modeled after C++, and Java programs can be called from within HTML documents or launched stand alone. Java was designed to run in small amounts of memory and provides its own memory management.
Java is an interpreted language. Java source code is compiled into "byte code," which cannot be run by itself. The byte code must be converted into machine code at runtime. Upon finding a Java applet, the Web browser switches to its Java interpreter (Java Virtual Machine) which translates the byte code into machine code and runs it. This means Java programs are not dependent on any specific hardware and will run in any computer with the Java Virtual Machine.
Links supporting Java programming:
http://java.sun.com/docs/books/tutorial/java/index.html
http://javaboutique.internet.com/programmerscorner.html
http://www.programmingtutorials.com/
http://desktoppublishing.com/java.html
http://codehelp.com/
http://www.csprogramming.com/
http://odin.bio.sunysb.edu/tedshieh/software/
Have A Diffucult Question That You Need Answered? Leave
It On My Message Board For 90 days:
http://www.InsideTheWeb.com/mbs.cgi/mb668156
Got A Question? My Chat Room To Meet Other People Who
Like To Discuss Computer Topics:
~http://mercury.beseen.com/chat/rooms/p/7948 |