From the course: Java 8+ Essential Training: Syntax and Structure

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Use the Java API documentation

Use the Java API documentation - Java Tutorial

From the course: Java 8+ Essential Training: Syntax and Structure

Start my 1-month free trial

Use the Java API documentation

- [Instructor] All Java developers, regardless of whether they're new to the language or have been working with it for many years, need access to the documentation. The number of APIs and their depth is simply too extensive to keep it all in your head. IntelliJ IDEA gives you some very easy ways to find information about various Java packages and classes, and I'll show you some of them here. One of the first things you can do is to look at Quick Documentation for classes from the core Java Runtime. I'm going to work with the string class. In this project, I'll place the cursor inside the name of the string class, and then, on Windows, I'll press Control + Q, and on Mac, Control + J, and that opens this little window that shows the documentation for the string class. And, from there, I can scroll through and get a lot of useful information. But if you want access to all the external documentation, that is, the full documentation set on the Oracle website, you have to set it up in…

Contents