Default layout of Dialog object?
Answer / janet
BorderLayout is the default layout of Dialog object.
| Is This Answer Correct ? | 24 Yes | 0 No |
What is array and arraylist in java?
What is the static field modifier?
What is your platform?s default character encoding and how to know this?
What is boolean logic?
What is an example of a keyword?
What are the different http methods?
What is the difference between Java Bean and Java Class.?
Which is bigger double or float?
what is the difference between a java object reference and c++ pointer?
What are the characteristics of java?
Interface A { String test(); } Interface B { int test(); } Create a class AB which must implements both A & B interfaces.
What is Interface?