What are different types of layout managers in java.awt
package?

Answers were Sorted based on User's Feedback



What are different types of layout managers in java.awt package?..

Answer / janet

A layout manager is an object that is used to organize
components in a container.
The different layouts are available are
FlowLayout,BorderLayout,CardLayout,GridLayout and
GridBagLayout.

Is This Answer Correct ?    52 Yes 8 No

What are different types of layout managers in java.awt package?..

Answer / pcs

Hi Friends,

These are the common Layout managers.
FlowLayout,
BorderLayout,
CardLayout,
GridLayout,
GridBagLayout

But there are also some of Layout manager which are
used occasionally.These are...

SpringLayout,
OverlayLayout,

i read this blog and got many examples also.
just see the link below

http://yuvadeveloper.blogspot.com/2009/02/differents- layout-manager-in-java.html

Is This Answer Correct ?    31 Yes 4 No

What are different types of layout managers in java.awt package?..

Answer / bhakti

Yes

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

What method MUST be implemented by all threads?

1 Answers  


When a thread blocks on i/o?

0 Answers  


Difference Between getRequest and PostRequest?

8 Answers   HCL, TCS,


What is TL and its use?

0 Answers  


what are getters and setters in Java with examples?

0 Answers   HCL, Infotech,






What method is used to create the daemon thread?

1 Answers  


What is chat area? Explain.

0 Answers  


When you will synchronize your code?

2 Answers  


when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??

0 Answers   Ducat,


types of exceptions

1 Answers  


1) what is synchronization? 2)write a program to show synchronization ? 3) what is orm? 4) what is getTemplete method and hw u use it? 5)write a singleton program ? 6) what is IOC concept & explain it? 7) methods of spring? 8)explain spring framework? 9)what are the oops concept? 10)what r the diff types of exception? 11)what is AOP(assepct oriented programing)? 12)jsp life cycle? 13)servlet life cycle? 14)how to u catch ur exception when executing a query in hibernate? 15)write javascript function? 16)write a querry to join two tables? 17)wap to show inheritance and use of interface? 18)explain the project? 19)in spring bean class uses singleton or prototype? 20)Explain prototype?

1 Answers   Cap Gemini,


whats is mean by connectionpooling

0 Answers   SolutionNET,


Categories