Which of the following statements are true about setLayout() method in java.awt.ScrollPane 1.Does nothing. 2.Throws UnsupportedMethodException when called. 3.It is not overriden in java.awt.ScrollPane. 4.Sets the layout to the specified Layout Manager. Answer is 1.Why? I think 4. 2.)What means is demon threads ?I read book JAVA 2 EXAM CARM does not include the concept.Whether I need to know it,if I want pass EXAM?
Tony Alicea
Desperado
Sheriff
Joined: Jan 30, 2000
Posts: 3219
posted
0
Answer 1 is correct. Please see the free on-line API at
Tony Alicea Senior Java Web Application Developer, SCPJ2, SCWCD
Mapraputa Is
Leverager of our synergies
Sheriff
Joined: Aug 26, 2000
Posts: 10065
posted
0
Question 2: You can read about daemon threads and how they are different from user thread here: http://www.javaranch.com/ubb/Forum24/HTML/001830.html I do not think you are required to know about daemon threads for the exam, but it is good if you do � you feel more confident.