• 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

JAVADOC FACILITY . PLS HLP

 
Ranch Hand
Posts: 56
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
HI ,
CAN ANYONE HELP ME BY SPECIFYING WHAT IS THE COLOR CODING FOR JAVADOC ? WHAT ELSE IS REQD FROM JAVADOC FOR THE EXAM ? THX IN ADVANCE
REGARDS,
KAUSHIK
 
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 Kaushik,
JavaDoc is not included in the SCJP2 Objectives; it was covered in the original SCJP.
When your not sure what will be included on the exam; best thing is to check the Sun Certification Objectives
Hope that helps.
------------------
Jane Griscti
Sun Certified Programmer for the Java� 2 Platform
 
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi KAUSHIK,
Though it is not included in the exam....
The answer of ur q:
The following table specifies the color coding of javadoc standard. (May be not applicable to 1.2)
Member Color
Instance method Red
Static method Green
Final variable Blue
Constructor Yellow

Hope that helps.
<marquee>Ratul Banerjee </marquee>

Originally posted by kaushik banerjee:
HI ,
CAN ANYONE HELP ME BY SPECIFYING WHAT IS THE COLOR CODING FOR JAVADOC ? WHAT ELSE IS REQD FROM JAVADOC FOR THE EXAM ? THX IN ADVANCE
REGARDS,
KAUSHIK


 
ratul banji
Ranch Hand
Posts: 108
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi KAUSHIK,
Though it is not included in the exam....
The answer of ur q:
The following table specifies the color coding of javadoc standard. (May be not applicable to 1.2)
Member Color
Instance method Red
Static method Green
Final variable Blue
Constructor Yellow

Hope that helps.
<marquee>Ratul Banerjee </marquee>

Originally posted by kaushik banerjee:
HI ,
CAN ANYONE HELP ME BY SPECIFYING WHAT IS THE COLOR CODING FOR JAVADOC ? WHAT ELSE IS REQD FROM JAVADOC FOR THE EXAM ? THX IN ADVANCE
REGARDS,
KAUSHIK


 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic