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 stringbuffer in java?
What is meant by javabeans?
Which is faster set or list in java?
What is the use of private static?
Is java 9 released?
What is sizeof in java?
What are the differences between checked exception and unchecked exception?
What is the covariant return type?
Is class is a data type?
What is currentthread()?
What is fail fast in java?
What does a boolean method return?
How do you include a string in java?
what is mutual exclusion? : Java thread
What is meant by main method?