AppletViewer tool is available in which of the folder of JDK

Options
- bin
- lib
- source
- class


CORRECT ANSWER : bin

Discussion Board
advance java

in this webpage all information available to related to your all lang

narendra jagadhane 01-29-2016 09:15 PM

bin folder

An applet is a small application which is written in Java and delivered to users in the form of bytecode. The user launches the Java applet from a web page, and the applet is then executed within a Java Virtual Machine (JVM) in a process separate from the web browser itself. AppletViewer is the stand alone tool to test the running of applets.

bin folder consists of all the executable files and to run AppletViewer, the following things needs to be kept in mind:

1. Prepare the application to run with AppletViewer.
2. Add the clientBrowser parameter to your base HTML file.
3. Set the clientBrowser parameter.

Rohit Sharma 09-27-2014 02:48 PM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement