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


Please Help Members By Posting Answers For Below Questions

What is the concatenation operator in java?

804


Is cout buffered?

873


What is lazy initialization in java?

739


what is method reference in java 8?

757


What does += mean coding?

712


Java is Pass by Value or Pass by Reference?

799


What does %d do in java?

788


Which list does not allow duplicates in java?

708


Why does java not support operator overloading?

888


How much ram can a 64 bit processor theoretically?

659


What is the default size of set in java?

700


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

10047


Explain importance of throws keyword in java?

764


Is there any limitation of using inheritance?

788


What is a class object?

688