Java API and references 2020

Java Documentation JDK

Search for: Java Documentation JDK

Java Home at Oracle: starting point for jdks and docs

Latest Java SE 14 docs

This will take you to the latest JDK

Here is API for 14

See if this works for jdk 11


https://docs.oracle.com/en/java/javase/14/docs/api/index.html

Working with files, File API is in package java.io of mdoule java.base: here is the link

File API

Collection Utils API

Various Arrays utilities. API is here

Stream API is documented here

My notes on java generics, lambda functions, and streams is here

Apache Commons IO overview

Basic Java Data Types at Oracle docs

At w3schools data types

Apache Commons IO API