N
N
NikBait2016-01-21 07:53:47
Java
NikBait, 2016-01-21 07:53:47

Is there a manual like MSDN for Java?

When I studied C#, I used MSDN, it was very convenient. Now I'm studying java, I would like to learn from a similar reference book)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Taratin, 2016-01-21
@Taraflex

https://docs.oracle.com/javase/8/docs/api/

C
Che_Bu_Rashka, 2016-01-21
@Che_Bu_Rashka

home page https://docs.oracle.com/javase/8/docs/

M
mrsantak, 2016-01-22
@mrsantak

If you need documentation on a class from the JDK, then a link was given above. If you need documentation on a class from some third-party library, then just google "javadoc full_class_name", in 90% of cases the first link is exactly what you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question