1.what is the exact difference between applet and frame?
2.Do we use main method in frames?
Answer Posted / lokhande pranali
There is one more diff in applet and frame that is applet does not support the native code but frame support the native code
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What's the difference between an abstract class and interface in java?
What is instance means in java?
What is array initialization in java?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
How thread scheduler schedule the task?
Difference between comparator and comparable in java?
Explain enumeration in java?
What are the ways in which a thread can enter the waiting state?
Write a program to solve producer consumer problem in java?
What is complexity in java?
Why parameters should be passed by reference?
What is the difference between public, private, protected, and friend access?
Explain the difference between protected and default access.
What methods are used to get and set the text label displayed by a button object?
What is singleton math?