In what type of containers, Border layout is a default
layout?
Answer Posted / janet
Window,Frame and Dialog classes use a BorderLayout as their
layout.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How do you trim a space in java?
What are the different access modifiers available in java?
Explain the access modifiers for a class, method and variables?
What is garbage collector?
Can size_t be negative?
What is the difference between I ++ and ++ I in java?
Does java return by reference?
What is hash code collision?
What is keyword in oop?
is there a separate stack for each thread in java? : Java thread
Why is a singleton bad?
Explain public static void main(string args[]) in java.
Can we make main() thread as daemon?
Can I declare class as static or private?
How do you use nextline in java?