JAVA - A complete beginner's guide

JAVA - A complete beginner's guide

A short summary about JAVA for beginner

why learn JAVA? if there are many other programming languages to learn. these types of questions arise when I was starting my developer journey. I was confused because there was a huge no of programming languages. but after learning JAVA and knowing its enormous implementation in the real world I became a fan of this programming language.

so let's start with why you should also learn Java as your first programming language.


why JAVA?

It is developed in 1991 by JAMES GOSLING and his colleagues. JAVA is a purely object-oriented programming language. Java codes are platform-independent which means you have to write Java code once and it can easily run on different platforms like Mac, Windows etc. Many production code in the world is written in Java. it is used in building cloud applications, mobile applications, Artificial intelligence, and creating chatbots. Java is a fast and highly efficient language. At last, there are a comparatively high number of jobs in Java. It's easy to learn for a beginner.


how to learn Java?

when I started learning Java I follow three simple rules.

  • Start Slowly

    You don't have to give your whole day to coding. it's not a sprint

    it's a marathon. start slow and be consistent.

  • Focus Only On Learning The Basic Of Java

    Basics are the most important aspect of any skill. Therefore mastering basic concepts is crucial. Give yourself enough time to grasp the fundamental concept of Java

  • Built Projects

    Building projects are essential if u are learning any programming language because it teaches u how to implement and forces u to think out of the box.

    remember the first step is always hard. Therefore start your coding journey today if you have any kind of doubt you can ask me in the comment section. feel free to ask.