The Artima Developer Community
Sponsored Link

Java Buzz Forum
Friday Java Quiz: Know Your JDK Tools

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Weiqi Gao

Posts: 1808
Nickname: weiqigao
Registered: Jun, 2003

Weiqi Gao is a Java programmer.
Friday Java Quiz: Know Your JDK Tools Posted: May 16, 2008 7:29 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by Weiqi Gao.
Original Post: Friday Java Quiz: Know Your JDK Tools
Feed Title: Weiqi Gao's Weblog
Feed URL: http://www.weiqigao.com/blog/rss.xml
Feed Description: Sharing My Experience...
Latest Java Buzz Posts
Latest Java Buzz Posts by Weiqi Gao
Latest Posts From Weiqi Gao's Weblog

Advertisement

The Sun JDK 6 on my Debian 4.0 system contains the following executables in its bin directory:

[weiqi@gao: /usr/lib/jvm/java-6-sun-1.6.0.06/bin] $ ls
amd64         java      jhat        jstat         rmic         unpack200
appletviewer  javac     jinfo       jstatd        rmid         wsgen
apt           javadoc   jmap        keytool       rmiregistry  wsimport
extcheck      javah     jps         native2ascii  schemagen    xjc
idlj          javap     jrunscript  orbd          serialver
jar           jconsole  jsadebugd   pack200       servertool
jarsigner     jdb       jstack      policytool    tnameserv

Some of these tools, such as javac, java and javap I use every day. Others, such as appletviewer and jdb, not so often any more. There are some I never used.

Today's quiz has multiple questions:

Q: for (String exe : aboveList) {
        What does exe do?
        Have you ever had any occasions to use it?
    }

Read: Friday Java Quiz: Know Your JDK Tools

Topic: Episode 124 - JavaOne 2008 from DrunkAndRetired.com Previous Topic   Next Topic Topic: Nokia and Vodafone have posted the early draft review of JSR-249 Mobile Service Architecture 2 .

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use