java history, java Support System and java Envrionment(JDK and JRE)
Support system |
Description |
Internet connection |
Local computer could be connected to the internet |
Web server |
A program that accepts requests for information and sends the required documents. |
Web browser |
A program that provides access to www and runs java applets. |
HTML |
A language for creating hypertext for the web |
APPLET tag |
For placing java applet in HTML document. |
Java code |
Complied java code that is referred to in the applet tag and transferred |
Bytecode |
To the user computer |
Development tool |
Description |
Appletviewer |
Enables us to run java applets |
Java |
Java interpreter, which runs java programs by reading and interpreting bytecode files |
Javac |
Java compiler, translates java source code into bytecode files |
Javadoc |
Creates HTML format documentation from java source code files |
Javah |
Produces header files for use with native methods |
Javap |
Java disassembler, enables us to convert bytecode file into a program description |
jbd |
Java debugger, which helps us to find errors in our programs |
No comments