Tell me the difference between an applet and a Japplet?
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 |
What is threaded programming and when is it used? : Java thread
ublic class Java_Coding_Samples { public static void JavaHungr(NumberFormatException ae){ System.out.println("integer"); } public static void JavaHungry(Exception e){ System.out.println("string"); } public static void JavaHungry(ArithmeticException ae){ System.out.println("object"); } public static void main(String[] args) { JavaHungry(null); }
What is the best definition for data?
Explain the difference between arraylist and linkedlist in java?
what is difference between front controller and action servlet?
Can you explain the meaning of aggregation and composition
What is the use of optional ?
What is inner class?what is the use of inner class?where we create the object for inner class? and inner class can extend any class or inner class can implement any interface?
What is parsing a sentence?
What are the latest versions in JAVA related areas?
how to write a program for chat function using core java
Which java.util classes and interfaces support event handling?