DEV Community

Meadow Cho
Meadow Cho

Posted on

What do I have to start to learn Java?

Hey guys,
I am a coding school student and have been learning Java for the last three months every day for more than 8-10 hours!
It's already been over 5000 hours since I studied programming.
(Check out my insta! @agilemeadow)
Still a noobie, but for those who want to start the programming journey, I brought what I did in my very first month.

I would be very happy to hear your new idea for improving my must-know list.

  • Data types
  • Variables (regional variable, member variable, static variable)
  • Operators
  • Control statement (condition statement, repeat statement)
  • Auxiliary control statement (break, continue)
  • Call Methods (Call by Value, Call by Reference)
  • Arrays
  • classes, objects, constructors, methods
  • Access Controllers
  • Date, Timestamp, Calendar
  • String-related classes (String, StringBuffer, StringTokenizer)
  • Inheritance (Member variable, method, constructor)
  • Abstract classes, interface
  • Collection, Generic
  • List, Map
  • Transform data type
  • Basic data type conversion ex) double <---> int
  • Data type conversion using a wrapper (basic data type <---> reference type)
  • ex) int <---> String Wrapper Class (Boxing and Unboxing)
  • int n = Integer.parseInt("20");
  • Reference Type Transformation
  • Exception handling
  • Thread
  • java.io.* (BufferedReader, FileReader, FileWriter, File)
  • java.net.* (Socket Communications)
  • java.sql.* (Database interlocking)

Billboard image

Deploy and scale your apps on AWS and GCP with a world class developer experience

Coherence makes it easy to set up and maintain cloud infrastructure. Harness the extensibility, compliance and cost efficiency of the cloud.

Learn more

Top comments (0)

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay