• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Is Applet in Exam Objectives?

 
Ranch Hand
Posts: 219
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 3271
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
reply
    Bookmark Topic Watch Topic
  • New Topic