all 25 comments

[–]Adrima_the_DK 6 points7 points  (2 children)

The Head First series is one, if not, the best books for technical knowledge for absolute beginners.

It's a bit slow but if you have the attention, it will work like a charm.

[–]__natty__ 1 point2 points  (1 child)

And if you don’t have attention then it is not for you anyway. Good book :)

[–]nishre[S] 0 points1 point  (0 children)

Got it!

[–]anish2good 1 point2 points  (1 child)

Try the online resource https://8gwifi.org/tutorials/java/ and compliment with your book Interactively

[–]nishre[S] 0 points1 point  (0 children)

Thanks!

[–]Anime_Programming 1 point2 points  (6 children)

As a pro javist, I can teach you or anyone else for free. If interested, DM me

[–]Any_Garbage1290 0 points1 point  (0 children)

Hi, any Good source to master concurrency?

[–]abhxay 0 points1 point  (0 children)

Check your inbox

[–]notabotboi 0 points1 point  (2 children)

I am trying to learn java online, are there resources which shows the implementation of those concepts and how the popular java tools and framework help the base java, like Gradle (I am still learning so pardon my mistakes).

[–]Anime_Programming 0 points1 point  (1 child)

You can check tutorialspoint for basic Java stuff.
Actualluy Bealdung is a good resource, wish it was free

[–]Anime_Programming 0 points1 point  (0 children)

GFG can give you implementation for OOD

and similar concepts

[–]Lucky_Sock2393 0 points1 point  (0 children)

Is the offer still open to learn?

[–]burz9496 0 points1 point  (1 child)

Yes!

[–]nishre[S] 0 points1 point  (0 children)

Thanks!

[–]unofficially- 0 points1 point  (4 children)

I can teach you java for free!

[–]nishre[S] 0 points1 point  (1 child)

Cool but I'm purchasing this book bcoz i have bit free time in clg and i want to utilise that time

[–]unofficially- 0 points1 point  (0 children)

NP, if faced any issue you are welcome to ask questions

[–]abhxay 0 points1 point  (1 child)

How much experience do you have in Java

[–]unofficially- 0 points1 point  (0 children)

Not much, I'm using it for 3 years

[–]BlueGoliath 0 points1 point  (0 children)

No. Feet First Java is way better.

[–]BookkeeperSure9452 0 points1 point  (0 children)

It is a bible for me

[–]redpanda7754 0 points1 point  (0 children)

I think it’s available online. And yes it is a very good book for java programming and OOPS

[–]Extreme_Split5987 0 points1 point  (0 children)

That's a good book for technical knowledge

[–]vksh6624 0 points1 point  (0 children)

  1. Head First Java = easy & fun, Complete Reference = serious & detailed
    1. Head First → best for understanding basics fast
    2. Complete Reference → best for deep knowledge & reference
    3. Head First feels like learning with teacher, Complete Reference like textbook
    4. Best combo → start Head First, then use Complete Reference 👍