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
Can list contain null in java?
What is meant by overloading?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
Which is bigger float or double?
What is the difference between path and classpath variables?
Which package has light weight components?
Can we have more than one package statement in the source file?
What is finalize()? Is finalize() similar to a destructor?
Define immutable object?
What is the difference between stringbuffer and stringbuilder class?
What is linked hashmap and its features?
How do I run java on windows?
Can a final method be overloaded?
What happens if an exception is throws from an object's destructor?
Is arraylist dynamic in java?