Answer Posted / praveen
CardLayout defines a set of methods that allow an
application to organize these cards sequentially, or to
show a specified card.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by thread safe?
What do you mean by inner class in java? Explain
Are arrays classes in java?
Is it possible to cast an int value into a byte variable? What would happen if the value of int is larger than byte?
What are the different types of sorting in java?
Explain the difference between static and dynamic binding in java?
What is the maximum size of array in java?
What is multiple inheritance? Is it supported by java?
Class c implements interface I containing method m1 and m2 declarations. Class c has provided implementation for method m2. Can I create an object of class c?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
What are the skills required for core java?
How does regex work?
How the metacharacters are different from the ordinary characters?
What is linked hashmap and its features?
Can a class have multiple subclasses?