N
N
nano_e_t_42016-04-08 16:49:03
Java
nano_e_t_4, 2016-04-08 16:49:03

Where can I find a description of java classes?

Hello everyone
Tell me, plz, where can I find an INTERNATIONAL (if not for "fools", but at least detailed) description of classes in the JAVA API? (expanded is understood as a description of the internals, a description of the relationship \ interaction \ dependencies, what it probes, what where you need to click / put so that it just takes off :))
on the oracle site (docs.oracle.com/javase/7/docs/api) there is something that simply describes fields-methods-classes, nothing more. What is needed is the nature of the interaction.
The question arose because I am learning java, writing a test program using the javax.sound.midi.* libraries
and, despite the description of the details of the library (classes, methods, fields, etc.), the nature of the interaction, what goes where and what touches is incomprehensible (without a book with a test case very hard to understand)
Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
nirvimel, 2016-04-08
@nirvimel

In IntelliJ IDEA, the cursor is on the class/method of interest and Ctrl+ B== is all you need to get a deep understanding of the internal structure.

R
Ruslan Lopatin, 2016-04-08
@lorus

There is a Java tutorial . About the sound a little written here

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question