What is the difference between a Window and a Frame?
Answer Posted / nageswara rao mothukuri
A window is a imaginary rectangle area on the moniter.
A frame is also a window with title bars and borders.
Now u r reading this answer is on a frame.This not the
window,but bydefault all are calling this as a window.
| Is This Answer Correct ? | 43 Yes | 7 No |
Post New Answer View All Answers
What is a bufferedreader?
What is the benefit of using enum to declare a constant?
Which data type is a class in java?
What is meant by polymorphism?
In java how do we copy objects?
I want my class to be developed in such a way that no other class (even derived class) can create its objects. How can I do so?
how come we know the object is no more used in the class?
When throws keyword is used?
Give an example of call be reference significance.
What is the purpose of the return statement?
How do generics work?
What are the advantages of java inner classes?
When we should use serialization?
Discuss different types of errors that generally occur while programming.
Is int a class in java?