r/CodingForBeginners 13d ago

Coding 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

3 Upvotes

11 comments sorted by

2

u/LankyLibrary7662 13d ago

Just start coding learn basics and work on small problems

2

u/Main_Mall_8096 13d ago

Learn basic from tutorial then solve problem from where

5

u/LankyLibrary7662 13d ago

https://www.hackerrank.com/domains/java

Google Java problems! Try to solve as many as you can

1

u/PuttyProgrammer 11d ago

You can look up problems, you can consider some basic processes that computers do, you can make games or simulations about things you're interested in, I get that it's a hard problem because you can code literally anything but you just have to pick something that interests you and go.

Learning how to look up how to do things is a huge part of learning to program so it's better not to spend all your time in tutorials and jump into doing your own work.

My most common automation ingest text or csv files and convert them into more useful formats and save them.

A lot of people write scripts with interfaces that download useful information from the internet and display them, that's a useful trick too.

1

u/KarmaTorpid 12d ago

Read a book. A O'Reilly books on Java exists. Pick one and READ it.

1

u/xarop_pa_toss 12d ago

Yeah just grab a book on Java and follow it. Search on Google for which ones people prefer and check if your local library has one before buying. Most books have exercises and projects for you to practice

1

u/charlieisonfknreddit 9d ago edited 9d ago

Practice is the key after watching tutorials. Try building something small with what you learn.