Jump to content

Best book about Java programming for starter ?

1 minute ago, mikestechs said:

Like title said. What is the best book about Java programming ? I want to learn by my self but im totaly beginer at this so. Thank you :)

I know this might not be the most popular opinion in the world (a lot of what I say isn't).

 

But I would advise you to not read a book about Java. I would say to watch Tutorials on Udemy or YouTube and practice.

 

I have been following a Udemy series of Java (free course) as part of a School course and I'm learning effectively at my own pace.

Judge a product on its own merits AND the company that made it.

How to setup MSI Afterburner OSD | How to make your AMD Radeon GPU more efficient with Radeon Chill | (Probably) Why LMG Merch shipping to the EU is expensive

Oneplus 6 (Early 2023 to present) | HP Envy 15" x360 R7 5700U (Mid 2021 to present) | Steam Deck (Late 2022 to present)

 

Mid 2023 AlTech Desktop Refresh - AMD R7 5800X (Mid 2023), XFX Radeon RX 6700XT MBA (Mid 2021), MSI X370 Gaming Pro Carbon (Early 2018), 32GB DDR4-3200 (16GB x2) (Mid 2022

Noctua NH-D15 (Early 2021), Corsair MP510 1.92TB NVMe SSD (Mid 2020), beQuiet Pure Wings 2 140mm x2 & 120mm x1 (Mid 2023),

Link to post
Share on other sites

books have a disadvantage of not being updated without the need to buy a new book.

 

I would use the vast amount of data on the internet and then if you want a book I would go for some methodology such as OOP though these are also on the internet.

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to post
Share on other sites

How I "learn" a new language, is easy. Think of something you want to build. Find some example code. Modify code. Add things.

 

My most used websites for "help" are w3schools and stackoverflow. With those 2 sites, you can figure out alot... And as @vorticalbox said, books get outdated FAST.

Link to post
Share on other sites

40 minutes ago, Dutch-stoner said:

How I "learn" a new language, is easy. Think of something you want to build. Find some example code. Modify code. Add things.

 

My most used websites for "help" are w3schools and stackoverflow. With those 2 sites, you can figure out alot... And as @vorticalbox said, books get outdated FAST.

learning the syntax of any given language is the easy part creating coherent and reusable code that isn't a pile of trash. That's the hard part.

                     ¸„»°'´¸„»°'´ Vorticalbox `'°«„¸`'°«„¸
`'°«„¸¸„»°'´¸„»°'´`'°«„¸Scientia Potentia est  ¸„»°'´`'°«„¸`'°«„¸¸„»°'´

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×