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

what are the colors using in standard "Javadoc" ?

 
Ranch Hand
Posts: 51
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Which colour is used to indicate instance methods in the standard "javadoc" format documentation ?

Please lemme know where do I get complete information regarding this?



 
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You do not have to know this. How does it even matter what color is used ? What if I use a doclet that converts the javadoc to PDF and uses some other color ? Such questions will not be asked in the SCJP exam.
 
Sathi Krishna
Ranch Hand
Posts: 51
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for you reply..

I faced this question in one of the earlier mock exam in

http://javaquestion.tripod.com/java06.html

Thats why I asked...

Any questions will exists in scjp6 related to javadoc.
 
Sheriff
Posts: 67750
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You have got to be kidding me. JDK 1.1?
 
Sathi Krishna
Ranch Hand
Posts: 51
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am sorry,I am not kidding.

To know information I posted this query...
 
Bear Bibeault
Sheriff
Posts: 67750
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Chill. My comment was aimed at your link, not you. Do you really think there will be questions on the JDK 1.1 Javadoc on the test?
 
Ranch Hand
Posts: 537
Eclipse IDE Python Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I think that test is not even for SCJP5 and SCJP6. The version is far too outdated. Test yourself with examlab and masterexam.
 
Sathi Krishna
Ranch Hand
Posts: 51
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thank You Bibeault & Nitish
 
Marshal
Posts: 79667
381
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Sathi Krishna wrote:Which colour is used to indicate instance methods in the standard "javadoc" format documentation ?

Have you looked on the website? I always thought it was black

Please lemme know where do I get complete information regarding this?

Try going through the javadoc tool documentation.
 
Java Cowboy
Posts: 16084
88
Android Scala IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hmmm.... As Bear already said, that mock test is not the best one to use to prepare for SCJP 5 or SCJP 6. Java 1.1 is really old - it's a version of Java from 1998 or so. You will certainly not get questions like "what colors are used in Javadoc for instance methods" on the SCJP exam - so don't waste your time with that mock exam.

Have a look at our SCJP FAQ and list of mock tests.

Especially popular for preparing for SCJP is the SCJP Study Guide by Kathy Sierra and Bert Bates (also known as "K&B"). It contains a lot of practice questions and a practice exam. Also Devaka Cooray's ExamLab is used by many people on the forum here for SCJP practice.
 
Saloon Keeper
Posts: 28075
198
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A lot of my JavaDoc is black on a white background. I printed it.

Actually, the original JavaDocs were a lot more colorful and artistic. The ones we use these days are more spartan, but denser in information.
 
Bear Bibeault
Sheriff
Posts: 67750
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Also, depending on where it is, it could also be blue!

It's also easy to change with a change of CSS.

Mine are maroon!
 
Deepak Bala
Bartender
Posts: 6663
5
MyEclipse IDE Firefox Browser Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tim Holloway wrote:A lot of my JavaDoc is black on a white background. I printed it.

Actually, the original JavaDocs were a lot more colorful and artistic. The ones we use these days are more spartan, but denser in information.



This is quickly turning into MD
 
Marshal
Posts: 28293
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Campbell Ritchie wrote:

Sathi Krishna wrote:Which colour is used to indicate instance methods in the standard "javadoc" format documentation ?

Have you looked on the website? I always thought it was black.



Actually the Java 1.1 documentation was formatted very differently from the documentation we have now, which has remained pretty much unchanged since Java 2 came along.

But I don't remember what colour was used for instance methods, in fact I don't even remember colour-coding being used. It certainly hasn't been used in the Java 2 style documentation, perhaps there were concerns about accessibility. (Remember that a considerable percentage of the human race is colour-blind.)

So,yeah, my opinion of that question is pretty low too.
 
Don't count your weasels before they've popped. And now for a mulberry bush related tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic