Is Applets included in Exam Objectives either directly or indirectly? I am coming across lot of Applet questions in Mock exams like the following. True/False
<APPLET> tags must appear between <BODY> and </BODY> tags
Thanks,<br />Thiru<br />[SCJP,SCWCD,SCBCD]
Corey McGlone
Ranch Hand
Joined: Dec 20, 2001
Posts: 3271
posted
0
Applets are not on the exam. The only thing I can think of that might be fair game concerning applets would be to know which LayoutManager is the default manager. As Applet extends Panel, the default is FlowLayout. However, I'd expect that they'd just ask what the default for Panel is, not the default for Applet. Corey