Posts

Java First Bites | Environment Setup | 1.1

Image
Environment What is Environment? Just imagine out side of your window, How you feel the environment, is it good for you to play outside?, or good to walk or run ?. if yes then you required proper sports shoes and all etc, to play or run in this environment. If environment is not well to play & run. then it might be issue with your health, same like java if you have not setup proper environment  then your java program  will not execute or run properly. In Java there is three major  environment providers | JDK , JRE , JVM . JDK , JRE , and JVM are the most important parts of the Java programming, language. Without these, you can not develop and run java programs on your, Machine, So before setup the environment lets understand what is this three pillar.                1. JDK (Java Development Kit). [some key-words are new, will learn later] As Full name suggest it's Kit of all JAVA In-Built classes and something which can he...

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 ...