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
What is the difference between static class and normal class?
what is the difference between process and thread? : Java thread
Can interface be private in java?
What is use of super keyword in java?
What is the implementation of destroy method in java. Is it native or java code?
What is jit and its use?
Is simpledateformat safe to use in the multithreaded program?
What invokes a thread's run() method in java programming?
Is 0 a real number?
What are the limitations of procedural programming approach?
What 5 doubled?
Does java support multiple inheritance or not?
How to reverse a string in java?
What do you mean by light weight and heavy weight components?
Give me an example of array and linked list? Where they can be used?