Java 1.2 course notes and work plan edited from several sources. This is a work in process and is constantly being refined, though may not be updated to the latest Java releases. Included is a collection of Java certification practise questions and answers.
Monday, 24 August 2009
Java Certification Question 0074
How do you change the current layout manager for a container
1) Use the setLayout method 2) Once created you cannot change the current layout manager of a component 3) Use the setLayoutManager method 4) Use the updateLayout method
No comments:
Post a Comment