Default layout of Dialog object?



Default layout of Dialog object?..

Answer / janet

BorderLayout is the default layout of Dialog object.

Is This Answer Correct ?    24 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is the use of keywords in java?

0 Answers  


What an i/o filter?

0 Answers  


What is the purpose of using javap?

0 Answers  


What is method overriding in java ?

0 Answers  


What’s the difference between applets and standalone program?

0 Answers  






Explain the difference between collection api and stream api in java8?

0 Answers  


How do you clear a list in java?

0 Answers  


why abstract class does not have object creation

6 Answers   Value Labs,


I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?

1 Answers   Cognizant,


what are upcasting and downcasting?

5 Answers  


What purpose do the keywords final, finally, and finalize fulfill?

0 Answers  


difference between String a; and String a=new String();? y do v need to assign memory to the variable?

2 Answers  


Categories