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
Can we use a default constructor of a class even if an explicit constructor is defined?
What is the Difference between Final Class && Abstract Class?
What two classes are used to read data only?
Explain creating threads by implementing runnable class?
Why do we override tostring method in java?
What is an object in java?
Give few difference between constructor and method?
What are latest features introduced with java 8?
What is array in java?
Does set allows null in java?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
What is an error in java?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What is a dot notation?
What is java ceil?