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 a double vs float?
Why does java not support operator overloading?
How do you do math powers in java?
Can we have any code between try and catch blocks?
What value is a variable of the string type automatically initialized?
What is difference between word and integer?
Can we have this () and super () together?
Explain the difference between association, aggregation and inheritance relationships.
Can I learn java without any programming experience?
Why we use methods in java?
Can we use a default constructor of a class even if an explicit constructor is defined?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What is basic syntax?
Explain the difference between call by refrence and call by value?
What is byte [] in java?