Google News
logo
JDB - Interview Questions
How can we debug an applet?
To debug an applet, we have to execute the debugger within applet viewer by the help of the following command :
 
>appletviewer -debug URL

Advertisement