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
What is difference between next () and nextline () in java?
What is the synonym of framework?
Is java code slower than native code?
Explain access specifiers?
Why singleton pattern is better than creating singleton class with static instance?
What is finalize()? Is finalize() similar to a destructor?
What is backdrop?
What is javac in java?
Why doesn't the java library use a randomized version of quicksort?
Explain the init method?
What is natural ordering in java?
What are the differences between forwarding () method and sendredirect() methods?
What is singleton class in ruby?
Define interface in java?
can java object be locked down for exclusive use by a given thread? : Java thread