• 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
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

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


 
Can you really tell me that we aren't dealing with suspicious baked goods? And then there is this tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic