Collection of Java problems [duplicate]


This question is already answered here: Java books and learning resources (1 answer) Closed 5 years ago.

Hello!

Suggest links to the basics of Java, where you can try more examples and sort out the code for each topic?

Where can I download the collection of problems for JAVA?

Author: Nicolas Chabanovsky, 2011-09-16

3 answers

Here is another good collection of Java Fundamentals problems.

 6
Author: test81278, 2011-09-16 07:24:41

As for the examples, there is a wonderful site http://java2s.com/Code/Java/CatalogJava.htm with a bunch of examples both on the language itself, and on various libraries and frameworks.

And for tasks, you can try something like this resource http://acm.timus.ru you can solve problems and submit them for review in different languages, including java.

 4
Author: DigitalDemiurge, 2011-09-16 06:29:11

Javarush.ru is definitely a good collection of problems, more than 1000 pieces, and even with automatic verification

 2
Author: holodnsk, 2015-09-16 05:45:01