what is default layout of JFrame class?
Answers were Sorted based on User's Feedback
Answer / la_di
The default layout manager of a JFrame (and a Frame to) is
BorderedLayout. Check this code:
System.out.println(new JFrame().getLayout());
| Is This Answer Correct ? | 47 Yes | 4 No |
Answer / jsrc1990
And Look this System.out.println(new JFrame().getContentPane
().getLayout());
| Is This Answer Correct ? | 5 Yes | 5 No |
What do you understand by looping in java? Explain the different types of loops.
What is the use of set in java?
Is java call by value?
What is arguments in java?
What is sortedset in java?
Give an example of use of pointers in java class.
What is the use of StringTokenizer class?
What is unicode?
Do we need to manually write Copy Constructor?
How do you replace all in word?
What is super constructor?
whatis Home interface and Remoteinterface? with example?