M
M
Menson2017-02-17 14:41:13
Java
Menson, 2017-02-17 14:41:13

Java: what direction to go after Head First Java?

Hello!!!
The people, recently decided to study JAVA. Started with Head First Java. The book is coming to an end, but what's next?! In what direction to move?! What to read, what to study? Should I buy Eckel "Java Philosophy" or Lafore "Data Structure"?
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

4 answer(s)
F
Frozen Coder, 2017-02-17
@Menson

It depends where you want, in Android or web, but for now in the direction of Google:
Can you advise how to proceed?
How to start learning java on ubuntu 16 desktop?
What projects should a beginner in JAVA take for independent implementation?
In what direction to move with knowledge of Java Core?
Is it worth learning Java from Herbert Schildt's Java 8 Complete Guide?
How to build your path to a Java programmer?
Eckel is good, Bloch is good. You can also buy. I don't know about Lafora. What to read and learn in general, besides Java, can be found here:
pastebin.com/8ygzT3qf

R
Roman, 2017-02-17
@Terran37

Without practice, there is no point in continuing ...

M
Maks Burkov, 2017-02-21
@Maks00088

I don’t advise you to buy, everything is in the public domain, the best tutorials and write code in parallel, if necessary, I can give links to free good ones for both beginners and advanced ones!
It is very difficult from books because not everything is explained and in practice you usually learn a lot of additional things .. 1. You must take his
course for a beginner: courses.caveofprogramming.com (Java For Complete Beginners)
according to MySql (the best on the net)
3. Multithreading (explains smartly) the same site!
4. JDBC - Preferably learn up to advanced J2EE! Servlets (available on the same site) to Java Enterprise is required!
5. Fix the project and only then move to Advanced! Spring/JPA/Hibernate (EJB put aside for last, you may not need it at all after you understand spring and enumeration!)
6. Spring - https://javabrains.io/topics/spring
7.Hibernate/JPA - rutracker.org/forum /tracker.php?f=1565&nm=Hibernate (download)!
Leave the books, there is Github, type in the search the topic you need and find the projects, then look through the code and try to understand, roll over to your development environment. No books!

V
Vitaly Vitrenko, 2017-02-17
@Vestail

Professional Java for Web Applications is a very useful and interesting book covering a large technology stack.
I strongly do not advise you to immediately take on Eckel (in Russian, in general, trash). This is a good read before preparing for an interview.
Effective Java is the best Java book in existence. But it should be read with at least a little experience.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question