Which containers use a FlowLayout as their default layout?
Answer Posted / chandrarekha
panel's,applet's use flowlayout as the default layout
| Is This Answer Correct ? | 14 Yes | 0 No |
Post New Answer View All Answers
What is the method overriding?
What is string value?
Does java support Operator Overloading?
What lambda means?
What is the difference between superclass and subclass?
What is the core java?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
How many characters is 2 bytes?
What are methods in java?
Explain about static nested classes in java?
Can an anonymous class be declared as implementing an interface and extending a class in java programming?
Define a package.
what is synchronization and why is it important? : Java thread
What is the difference between iterator and enumeration ?
explain different ways of using thread? : Java thread