Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 anonymous class?

2 Answers  


What is the difference between the paint() and repaint() methods?

0 Answers  


What is the use of default method in interface in java?

0 Answers  


What happens if constructor is private?

0 Answers  


Where import statement is used in a java program?

0 Answers  


What is the difference between stream and buffer?

0 Answers  


What is complexity in java?

0 Answers  


how to print a numbers from 1 to 100 with out using control structures?

4 Answers   IBM,


What is a finally block? Is there a case when finally will not execute?

0 Answers  


11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.

6 Answers  


1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?

2 Answers   TCS,


How do you write a conditional statement?

0 Answers  


Categories