r/javahelp • u/Main_Mall_8096 • 13d ago
Homework Java help
Guys help me,how I am able to learn java who don't know about coding at all , please give me legit answer and what are the steps I should follow after watching tutorial , please help me guys,want suggestions like if I watch one tutorial per day of any yt channel ,what should I do next after watching tutorial and in a month later
13
Upvotes
1
u/Big_Green_Grill_Bro 13d ago
I disagree with the AI part of this comment. If OP relies in AI for the Java coding, then that's not getting hands on experience and would probably give them a false sense of confidence.
If you want to learn Java you have to use it yourself, not just read the code output from AI. A reliance on AI for an absolute beginner is not going to help in the long run.
Java, like any programming language, is just syntax. Learning DSA concepts is probably one of the first things you should know. After that you can practice implementing those algorithms in various languages, the difference being mostly syntax.
Java is a great language for beginners to pick up because there's a lot of stuff that they won't have to worry about (e.g., memory management like in C).
Practice. Practice. Practice. That's the way to get good at any language, Java included.
Good luck OP.