Where the CardLayout is used?



Where the CardLayout is used?..

Answer / pkr_reddy

card layout is uniq in all other layout managers .
it stores several diff layouts.it is useful to user to
select the optional components that can be dynamically
enabled or disabled.

we can select the layout managers by clicking the
button and we can move from front and bak through index.

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Core Java Interview Questions

What is difference between static method and static variable?

7 Answers  


Is main an identifier?

0 Answers  


What is output buffer?

0 Answers  


How to check if linked list contains loop in java?

0 Answers  


What is the difference between Java Bean and Java Class.?

2 Answers  






What is final method in java?

0 Answers  


Why does it take so much time to access an applet having swing components the first time?

0 Answers  


What is skeleton and stub? What is the purpose of those?

0 Answers  


Why do we use variables?

0 Answers  


In a container there are 5 components. I want to display the all the components names, how will you do that one?

0 Answers  


What is object in java?

0 Answers  


Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?

0 Answers  


Categories