AllInWorld99 provides a reference manual covering many aspects of web programming, including technologies such as HTML, XHTML, CSS, XML, JavaScript, PHP, ASP, SQL,FLASH, jQuery, java, for loop, switch case, if, if else, for...of, for...in, for...each,while loop, blogger tips, blogger meta tag generator, blogger tricks, blogger pagination, client side script, html code editor, javascript editor with instant output, css editor, online html editor, materialize css tutorial, materialize css dropdown list,break, continue statement, label,array, json, get day and month dropdown list using c# code, CSS button,protect cd or pendrive from virus, cordova, android example, html and css to make android app, html code play,telerik show hide column, Transparent image convertor, copy to clipboard using javascript without using any swf file, simple animation using css, SQL etc. AllInWorld99 presents thousands of code examples (accompanied with source code) which can be copied/downloaded independantly. By using the online editor provided,readers can edit the examples and execute the code experimentally.


Java Development Kit (JDK)
  Java development kit has collection of tools. The following tools are used to for creating the java program and for the execution.

Applet viewer - used to execute the java applet without using the webbrowers.

Javac - It is command for the java complier. It can be used to generate the java byte
code from the source code.

Java - It is a command for the java interpreter. It is used to generate the machine code
from the java byte code.

Javap - It is a java disassemble class file. It is used to change the byte code file to
program description.

Javadoc - It is a document generator, which can be used for generate the HTML document
from the java source code file.

Jdb - It is a java debugger. It can be used for find the error of the program.

Javah - It can be used for generate the header file, when program use the native
method in C, C++.

Apt - It is an annotation processing tool used in the java program.

Jar - It is an archive. This tool can manage the jar file. And this package is used to link
the class libraries into jar file.

Keytool - This tool is used to change the security certificates such as authorization
certificates, public key certificates.

pack200 - It is a JAR compression tool for generate the java program into jar file

Java Development Kit JDK

0 comments:

Post a Comment

Total Pageviews