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
Explain methods specific to list interface?
What is difference in between java class and bean?
Who is founder of java?
Is java free for commercial?
How can we find the actual size of an object on the heap?
What are access specifiers available in java?
define polymorphism in java
What is Java Package and which package is imported by default?
What is finalize method?
Explain about strings in java?
What is boolean data type in java?
Where is jre installed?
Does sprintf add a null terminator?
What are the two environment variables that must be set in order to run any java programs?
What are instance variables?