Chapter 1: Introduction To Java

Chapter 1: Introduction to Java

What is Java?
Yes, a programming language.

What is a programming language?
A language used to communicate between computers and humans.

Do I need to study programming?
Yes. Programming has a vast scope in the upcoming future. It is widely paid and being adopted rapidly. Also, programming GREATLY ENHANCES your logical thinking and finding solutions to problems (even in real life, believe me).

How do I start programming?? I am a beginner 😭😭.
In my opinion, the first thing you need in order to accomplish anything is to have the mindset to achieve that goal, face hardships, deal with those hardships, enhance yourself in your path, in every step. 
Now that your mind is set to learn programming. Let's talk about how to actually approach programming.
        Usually in schools, you will be taught concepts of Java, logics of programs etc. First step, no need to get tensed. All you need to do at this point is try to understand the "feelings" of the computer lol. What I mean is, computer is a low-IQ device developed by High-IQ Human. You clearly are not one. Just kidding. So, you need to think how that 'High-IQ Human' makes computers understand his feelings. Yes, the best approach to make the computer do things is to explain it to it in its language. Like if you want it to calculate sum of a 100 numbers. Tell it the steps to add 100 numbers and it'll follow.

I do not have a computer. I can't execute programs bro. I'm leaving programming.
EXCUSES. The internet literally has so many resources you can use and you spend most of your time doing "weird things". Just kidding. Here's a website to execute programs on your phone: https://jdoodle.com/online-java-compiler. Access the RESOURCES PAGE for more. 

NOW THAT YOU HAVE AN OPTIMISTIC MINDSET, A WAY TO MAKE COMPUTER UNDERSTAND YOU, AND A WAY TO EXECUTE YOUR PROGRAMS. LET'S BEGIN. 

Comments

Popular posts from this blog

Chapter 10: Divide and Conquer

Resources