Can someone explain to me the javac and javadoc or stuffs like that ! I don't even know what is this ! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Can someone explain to me the javac and javadoc or stuffs like that ! I don't even know what is this !

11th Jun 2017, 5:10 PM
Mehdi ABDALLAOUI
Mehdi ABDALLAOUI - avatar
12 Answers
+ 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 !
11th Jun 2017, 5:47 PM
Mehdi ABDALLAOUI
Mehdi ABDALLAOUI - avatar
+ 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
11th Jun 2017, 5:49 PM
Limitless
Limitless - avatar
+ 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
11th Jun 2017, 5:49 PM
Limitless
Limitless - avatar
+ 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.
11th Jun 2017, 5:50 PM
Limitless
Limitless - avatar
+ 1
Thank you a lot man !
11th Jun 2017, 5:58 PM
Mehdi ABDALLAOUI
Mehdi ABDALLAOUI - avatar
+ 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"
11th Jun 2017, 6:08 PM
Limitless
Limitless - avatar
+ 1
Thanks man !
11th Jun 2017, 6:09 PM
Mehdi ABDALLAOUI
Mehdi ABDALLAOUI - avatar
+ 1
No problem man
11th Jun 2017, 6:10 PM
Limitless
Limitless - avatar
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
11th Jun 2017, 5:15 PM
Limitless
Limitless - avatar
0
I didn't get your point, unfortunately ! I used to use classes and stuffs, but I have no idea about these terms !
11th Jun 2017, 5:16 PM
Mehdi ABDALLAOUI
Mehdi ABDALLAOUI - avatar
0
Hmm. On what IDE are you programming?
11th Jun 2017, 5:45 PM
Limitless
Limitless - avatar
0
Do you think that Oracle is the best one for me as a beginner ?
11th Jun 2017, 6:06 PM
Mehdi ABDALLAOUI
Mehdi ABDALLAOUI - avatar