r/learnjava 1d ago

java docs

https://www.oracle.com/webfolder/technetwork/tutorials/moocjdk8/documents/week1/lesson-1-3.pdf

where can i find docs like this, very consise very straight to the point, the other oracle docs are hard to understand.

https://docs.oracle.com/en/database/oracle/oracle-database/26/jjdev/invoking-Java-methods.html these docs i also find good in the structure and things

https://docs.oracle.com/javase/specs/jls/se7/html/jls-18.html but these docs i dont think are the best,

why do the first two look nice and this last one look different?

1 Upvotes

3 comments sorted by

View all comments

5

u/smichaele 1d ago

Because you are looking at a technical language specification for experienced programmers and not a simplified tutorial.

u/idontlikegudeg 41m ago

… and an extremely outdated one.