This question has already been answered:
- Java books and tutorials 1 answer
Hello!
Advise links on the basics of Java , where you can try more with examples and sort out the code for each topic?
Where can I download a collection of tasks for JAVA ?
This question has already been answered:
Hello!
Advise links on the basics of Java , where you can try more with examples and sort out the code for each topic?
Where can I download a collection of tasks for JAVA ?
Here is another good collection of Java Fundamentals tasks.
As for examples, there is a wonderful site http://java2s.com/Code/Java/CatalogJava.htm with a bunch of examples both in the language itself and in various libraries and frameworks.
And for tasks, you can try something like this resource http://acm.timus.ru you can solve problems and send for testing in different languages, including java.
javarush.ru is definitely a good collection of tasks, more than 1000 pieces, and even with an automatic check.
Source: https://ru.stackoverflow.com/questions/33060/
All Articles