i read in one of the notes that comments /** */ are used for documentation and is used by javadoc tool.
i have a class by name Simple.java
i used the command javadoc Simple.java
i have got Simple.html ,but i could not find the message written inside the
/** */
what's the mistake?
regards ,
shailesh
i have a class by name Simple.java
i used the command javadoc Simple.java
i have got Simple.html ,but i could not find the message written inside the
/** */
what's the mistake?
regards ,
shailesh
Comment