Java First Bite For Beginners | 1.0

Hey.. Reader First be relax.. 😊  & Welcome to my blog which will help you to understand any programming language, and also how it's work and how it's important to learn in todays era.
Let's take deep dive in this ocean of tech-world.

  • Requirement To Learn any programming Language.

    • First Important thing is that you are curious about to learn.

    • You must have base technology knowledge from which this technology is written.
      for Ex. If you want to learn Java then you must have basic knowledge of C or C++.

    • You must have clear idea about why you are learning this technology.

    • Where this technology can be applied or already worked in real world.

    • What is the impact of the technology in the real-time which you are learning.

    • How much stable in future. 

    • In Your mind you must have questions like 4W(What, Why, When, Where) at every first stage of concept.

    • Understand the installation process of particular technology or language.
      for ex. JDK or JRE | Why setup the environment variable path and all the things.(4W).

    • From where you can find the correct installation packages.
      For Java | https://www.oracle.com/java/technologies/downloads/

    • Notepad++,  CMD, some java command's like Javac, java etc. Here I recommended to use notepad because if you want to understand the java you must have remember the inbuilt classes or inbuilt methods so instead of IDE's, notepad better. 

    • If you are written any single word of code then you must have clear idea that why you have written it (4W).?

    • Once above all things are cleared then congratulations... you are ready to learn Java or any programming language.

Now In next release (1.1) we will learn basic installation process and some important concept of Java.






Comments

Popular posts from this blog

Java First Bites | Environment Setup | 1.1