1.what is the exact difference between applet and frame?
2.Do we use main method in frames?
Answer Posted / vaishali_bharvada
the two are unrelated concepts.
An Applet is a Java program running inside a web browser,
while a Frame is a kind of window. An Applet may open a
Frame, or it might just run inside its panel.
Are you thinking of running an applet as a standalone
application inside a Frame?
| Is This Answer Correct ? | 48 Yes | 8 No |
Post New Answer View All Answers
What is the use of accept () method in java?
How many bits is size_t?
What is map in java?
Is java an open source?
How do you sort in descending order in java using collections sort?
Difference between abstract and concrete class ?
Explain notifyall() method of object class ?
How use .contains in java?
What are variable names?
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
Is array a class?
Is .net better than java?
Why is java logo a cup of coffee?
Explain Basics of OOP Language in java
What are multiple inheritances?