Tell me the difference between an applet and a Japplet?

Answer Posted / la_di

A JApplet is a modern Applet. It is also an Applet since it
extends Applet and could therefore do anything an Applet
can do. JApplet is part of the javax.swing-packet and is
therefor compatible with swing components, the new graphcs
component packet preferable before the old java.awt. For
new applications JApplet is recommended. Only if you are
designing an applet for an old java-version you should use
Applet.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is an exception? difference between Checked and Unchecked exception in Java

552


What is string subsequence method?

623


What is the exact difference in between unicast and multicast object? Where we will use?

558


Is main a function?

510


Explain about oops concepts.

628






What is a short in java?

496


What is a lock or purpose of locks in java?

583


What is the escape character in java?

509


What does it mean to flush a file?

564


What is meant by null and void?

530


Can java cast null?

595


What is class forname used for?

538


Is arraylist zero based?

550


What do you understand by the term string pool?

559


What happens if we don’t override run method ?

560