+ 1
Somebody please explain what Javadoc is,and what's its function in Java Programming?
1 Antwort
+ 3
JAVADOC is awesome. It's a way that you can document your code while you're writing it, and then Java can generate an HTML page that has all of the info for you. It's really cool, so I'd learn to use it.