• 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

Applets and javadoc??

 
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hey
I have seen objectives of SCJP they don't state any thing about applets or javadoc.But KAM has given them do we ,or do we not need to know them.if yes upto which level??
Regards
Denish
 
Ranch Hand
Posts: 3141
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Denish,
Applets and JavaDoc were included in the Java 1 exam but are not part of the objectives for the current Java 2 exam.
Hope that helps.
------------------
Jane Griscti
Sun Certified Programmer for the Java� 2 Platform
[This message has been edited by Jane Griscti (edited April 06, 2001).]
 
denish mehta
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanx Jane so i don't need to prepare them
Regards Denish
[This message has been edited by denish mehta (edited April 07, 2001).]
 
Ranch Hand
Posts: 371
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Applets are a part of java.awt and will be included on the exam.
 
denish mehta
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanx Park "u saved me"
I was going to leave them .
Regards.
 
Author and all-around good cowpoke
Posts: 13078
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I don't see any mention of Applet specific topics in the current Objectives list. If anybody got applet topics on a recent exam I would love to hear about it as I am in the middle of revising the Java 2 Exam Cram and Exam Prep books for 2nd editions.
By the way, the package that contains Applet is
java.applet
The Applet class inherits from java.awt.Panel - that is the connection between AWT and Applet.
Bill

------------------
author of:
 
Jane Griscti
Ranch Hand
Posts: 3141
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Denish, Cameron ...
There were no questions relating to either Applets or JavaDoc on the exam I took in December.
Like Bill, haven't run across anyone reporting such questions either.
java.awt package questions focused on Layout Managers and what happens when containers are re-sized; for which you need to understand the paint(), repaint(), update() methods.
------------------
Jane Griscti
Sun Certified Programmer for the Java� 2 Platform
 
denish mehta
Ranch Hand
Posts: 135
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanx a lot all of u guys
I think i should do some applets from KAM and leave javadoc
for good.
Regards
Denish Mehta
reply
    Bookmark Topic Watch Topic
  • New Topic