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 are the steps that are followed when two computers connect through tcp?
How many days will it take to learn java?
What is overriding in java?
Is 0 an irrational number?
Explain about join() method?
Can a constructor be made final?
Is void a data type?
Where we write javascript code in html page?
Explain the overview of UDP messaging.
What is == in java?
What is use of static method?
What is busy spin, and why should you use it?
Explain the difference between extends thread vs implements runnable in java?
When do I need to use reflection feature in java?
Explain what do you mean by functional overloading in java?