In what type of containers, Border layout is a default
layout?
Answers were Sorted based on User's Feedback
Answer / janet
Window,Frame and Dialog classes use a BorderLayout as their
layout.
Is This Answer Correct ? | 5 Yes | 1 No |
What does file separator do in java?
What is treeset in java collection?
Write a program to reverse a number in java?
What is void in java?
What are the different types of constructor?
there are some duplicate values in ArrayList, how U'll get that array with out duplicate?
What is tcp ip in java?
write java code to print second max number in the array
Is java jre still free?
Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC
What are the default and parameterized constructors?
What means public static?