0
Can someone explain to me the javac and javadoc or stuffs like that ! I don't even know what is this !
12 ответов
+ 1
I haven't downloaded one yet, cuz actually I'm taking courses on solo learn and I write my code on its own compiler to test !
+ 1
Ahhh that makes a lot of sense.
If you use an IDE on a computer you can learn a bit more about it.
But here's what Oracle has to say about javadoc:
http://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html
+ 1
Ahhh that makes a lot of sense.
If you use an IDE on a computer you can learn a bit more about it.
But here's what Oracle has to say about javadoc:
http://docs.oracle.com/javase/8/docs/technotes/tools/windows/javadoc.html
+ 1
Basically in a IDE on a computer (Netbeans, Eclipse or any good developed IDE) you can get a description of the classes and methods you are using via Javadoc.
If you are still curious about it, I suggest watching videos on it.
+ 1
Thank you a lot man !
+ 1
Oracle is the head company that is developing on Java. You can use Oracle's help on any questions what you have. I suggest searching keywords like:
"Javadoc Oracle" or "Enum Oracle Java"
+ 1
Thanks man !
+ 1
No problem man
0
Have you ever seen those descriptions that explains what a method or class is meant for?
You usually see it when you press the full stop button or Alt + Space.
I believe javadoc is referring to those when it says "javadoc not found".
You can easily add a description or so by typing in
//* Description */ just before your class.
Hope this helps you a bit
0
I didn't get your point, unfortunately ! I used to use classes and stuffs, but I have no idea about these terms !
0
Hmm. On what IDE are you programming?
0
Do you think that Oracle is the best one for me as a beginner ?