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
Is break statement can be used as labels in java?
What is the purpose of static methods and static variables?
What's the access scope of protected access specifier?
What does this mean java?
How to add menushortcut to menu item?
How do you override a method in java?
What is the difference between normal report & matrix report?
If system.exit (0); is written at the end of the try block, will the finally block still execute?
Can a class extend 2 classes in java?
What do you understand by the bean persistent property?
What is a class component?
Why inputstreamreader is used in java?
What is a nullable field?
Difference between keyword and identifier.
can rmi and corba based applications interact ?