1.what is the exact difference between applet and frame?
2.Do we use main method in frames?
Answer Posted / fazidh
even a frame is an applet program. we should run the frame programme as application programme
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
Why is multithreading important?
Does java allow default arguments?
Why hashcode is used in java?
What do you mean by pointer value and address?
What is entry set in java?
What is the synonym of procedure?
How big is a boolean?
What is the final access modifier in java?
How do you read and print a string in java?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
What is a function in programming?
Differentiate jar and war files?
Is sizeof a keyword in java programming?
What is the function of compareto in java?
Difference between this() and super() in java ?