What is the difference between a Window and a Frame?
Answer Posted / amrutha
we can divide the window into frames..for different frames we design in different ways..
| Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
Explain why wait(), notify() and notifyall() methods are in object class rather than in thread class?
why java uses class level type casting ?
What is a layout manager and what are different types of layout managers available in java awt?
What invokes a thread's run() method in java programming?
How a variable is stored in memory?
What is double in java?
What is array and arraylist in java?
What is unmodifiable collection in java?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
What is pre increment and post increment in java?
What is meant by design patterns?
How objects of a class are created if no constructor is defined in the class?
Can we write any code after throw statement?
Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?
What is exception hierarchy in java?