JDK(java development kit)

For developing different applications in java we need the help of some tools.java environment provides these tools for us.These tools are combinely known as JDK(java development kit).
 
Some of the java tools are as follows.
  • java doc
  • javac
  • javah
  • java
  • jdb                
  • appletviewer
  1. javadoc is used to create html document.
  2. javac compiler converts the source code into byte code which is understandable by the java interpreter.
  3. javah creates header files and also used to write native methods.(Java programs supports functions which are developed in other languages such as C and C++.These are known as native methods).
  4. java is an interpreter and is used to interpret the class filed generated by the javac.
  5. jdb is a debugger helps to find the errors in our programs.
  6. appletviewer is used to run and debug the java applets without a web browser.

Share it

1 comments:

  • Unknown said... May 2, 2013 at 11:43 AM

    Hi guys,
    The JavaOne returns... It’s the best place to learn about what’s new and what’s next, see the latest from Oracle and our partners, connect with peers, and meet with experts... I have registered nd also Got early bird registration advantage...
    For Registration details u can check: https://www.regpulse.com/javaone2013/register.php?pcode=737266&src=4003&Act=1
    This year the conference will also include in-depth tracks on Middleware and Database.
    This year's conference topics are quite interesting... There are many topics covering Java SE, JavaFX, also few sessions on building mobile and embedded Java applications targeting next-generation smart devices.. Java EE–based enterprise solutions
    Developing with the latest Oracle database technology, business applications in the cloud securely..
    Hope u enjoy

Post a Comment