Difference between Applet & Application?

Answer Posted / pankaj

A Java Applet is made up of at least one public class that has to be subclasses from java.awt.Applet. Whereas, A Java application is made up of a main() method declared as public static void that accepts a string array argument,along with any other classes that main() calls.

Is This Answer Correct ?    67 Yes 13 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give an example of use of pointers in java class.

561


How does split work in java?

528


what is collatration?

2737


What is main in java?

506


What is java beans?

569






Why is the type for real numbers called double?

540


What is the advantage of OOP in java?

657


What is mean by collections in java?

562


If an object is garbage collected, can it become reachable again?

540


Can we sort arraylist in java?

557


What is a literal coding?

510


Implement two stacks using a single array.

568


Can you instantiate the math class?

597


How to overcome the exception object reference not set to an instance of object?

616


How to display names of all components in a Container?

2487