Hi,

Is there anyone who know of any website that offer free interactive learning of java?
TQ

Dani AI

Generated

asked for free, interactive Java learning with audio/visual; pushed books; posted some tutorials. Both approaches are useful. The fastest path is to combine short video lessons with hands‑on, in‑browser practice and a visual step‑through tool so feedback is immediate.

Here are practical, free options (each is live and provides interactive practice or video):

Suggested workflow: watch a focused 10–20 minute video on a topic, then code 3–5 small problems on CodingBat or HackerRank. Use Replit to tinker and build a tiny project. When logic behaves unexpectedly, paste the snippet into Python Tutor to see each step. For feedback on style and correctness, submit one exercise to Exercism.

Quick troubleshooting notes: online runners may use older Java versions — check site docs if newer APIs fail. Common input bug: mixing Scanner.nextInt() and nextLine() needs a nextLine() flush. If a program compiles locally but not on a web judge, verify class name, package declarations, and required public static void main(String[] args) signature.

Books are still valuable for depth (as said). Pair a short book chapter with the cycle above for the best, free, interactive learning experience.

Recommended Answers

All 3 Replies

What do you mean by interactive? I'm not sure that you can really have such a thing in learning programming. I believe there are some courses that's offered by various companies, but be prepared to pay up to 2K. The best way to learn programming is by picking up a book, reading it, picking up another book, reading it, etc.

Hi tllcll,
Actually I was also searching for some websites like dat. Here are few which I found and feels gud 4 me.....check it out...

Tutorial from Sun,
http://java.sun.com/docs/books/tutorial/
or try dis,
http://javacoffeebreak.com/

After all dont stop searching for other websites, keep on searching and if you find any better than this please revert me also .....................

Regards,
Jash

I have got some books but I'm looking for free online learning (with audio and visio). does any knows?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.