Self Documenting Code in J2SE

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sajithamol

    #1

    Self Documenting Code in J2SE

    What is a Self Documenting Code? wheather java is a self documenting code?
  • r035198x
    MVP
    • Sep 2006
    • 13225

    #2
    Originally posted by sajithamol
    What is a Self Documenting Code? wheather java is a self documenting code?
    Wiki seems to have done justice to the topic.

    Comment

    • praveen2gupta
      New Member
      • May 2007
      • 200

      #3
      Try following

      javadoc filename.java

      Results will be html files which you might be looking

      Comment

      Working...