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 |
Can a Byte object be cast to a double value?
Define package in Java.
Explain the selection sort algorithm?
What do bitwise operators do?
When can we say that threads are not lightweight process in java?
What does the “final” keyword mean in front of a variable? A method? A class?
How can a gui component handle its own events?
Can we declare an array without size in java?
What are pass by reference and pass by value?
A class can be a subclass of itself?
List the different types of classloaders in java.
What does the “static” keyword mean? Can you override private or static method in java?