Get Started with JAVA... (Blog Series)

Get Started with JAVA... (Blog Series)

Join me on a journey to explore Java from the ground up. In this blog series, I will cover the fundamentals of Java in bite-sized chunks. 馃殌

FAQs

What is Java and why should I learn it?

  • Java is a popular programming language that runs on billions of devices worldwide. It is widely used for developing web applications, mobile apps, desktop software, and more. Java is also a versatile and powerful language that supports multiple paradigms, such as object-oriented, functional, and concurrent programming. Learning Java can help you build your skills as a programmer and open up many opportunities in the tech industry.

Who should read these blogs?

  • This blog is for the learners who don't have any knowledge of programming or have some knowledge of programming but want to learn Java programming language.

What are the prerequisites for this blog series?

  • It doesn't require any prior experience with Java or any other specific programming language.

  • But it assumes that you have some basic knowledge of coding and know about compilers or IDE.

What will I learn from this?

It's a series of blogs where I will cover the basics of Java in different parts.

You will learn the following topics from this series:-

  • Introduction to java

  • Installation of jdk

  • Compilation process of Java

  • The first program in Java

  • Basic concepts of Java

    • Variables

    • Data Types and Oprators

    • Conditions

    • Loops

So, let's get started......

Peeking into Elixir - Part 1 路 Codegram