What is a layout manager?



What is a layout manager?..

Answer / satya

LayOut Manager is to set the GUI component view style

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Core Java Interview Questions

Garbage collection in java?

0 Answers  


What is a null check?

0 Answers  


Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.

0 Answers   Rolta,


all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.

8 Answers   CFG,


What language is java written?

0 Answers  






What is a nonetype?

0 Answers  


Which is bigger double or float?

0 Answers  


What is “try and catch” in java

2 Answers  


Does java set allow duplicates?

0 Answers  


What are the notations in Java?

1 Answers   Cap Gemini,


Difference between string, string builder, and string buffer?

0 Answers  


how many ways to create Thread and which one is good? runnable interface ot Thread class?

3 Answers   Satyam,


Categories