What is the difference between a Window and a Frame?
Answer Posted / chaitanya yerawar
window does not have any button but frame have button like close , minimize and maximize.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What do you understand by private, protected and public?
What are autoboxing and unboxing? When does it occur?
What is the difference between compiler and jvm?
What is early binding and late binding in java?
Can you explain the meaning of aggregation and composition
What is sortedmap in java?
What is the purpose of the system class in java programming?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
What is difference between array and vector?
What is the multi-catch block in java?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
whatis Home interface and Remoteinterface? with example?
Can we make a constructor final?
What is the static method?
How is garbage collection controlled?