I want to check Java doc while I'm working on the code, but I don't know how to read it. Please help me.
Asked
Active
Viewed 58 times
0
-
Do you want to go to online documentation? I can see in the screenshot that your IDE is already showing the JavaDoc about `Scanner`. – Arvind Kumar Avinash Jun 24 '20 at 16:39
1 Answers
0
You must configure whatever tool or IDE you are using to point it to the Javadoc files.
Likely you have a choice of (A) pointing to a URL for access over the internet, and (B) pointing to a folder where you downloaded the Javadoc files to your local computer.

Basil Bourque
- 303,325
- 100
- 852
- 1,154