Mindblown: a blog about philosophy.

  • History of Java

    James Gosling initiated Java language project in June 1991 for use in one of his many set-top box projects. The language, initially called ‘Oak’ after an oak tree that stood outside Gosling’s office, also went by the name ‘Green’ and ended up later being renamed as Java, from a list of random words. Sun released…

  • Applications of Java Programming

    The latest release of the Java Standard Edition is Java SE 8. With the advancement of Java and its widespread popularity, multiple configurations were built to suit various types of platforms. For example: J2EE for Enterprise Applications, J2ME for Mobile Applications. The new J2 versions were renamed as Java SE, Java EE, and Java ME…

  • Why to Learn java Programming?

    Java is a MUST for students and working professionals to become a great Software Engineer specially when they are working in Software Development Domain. I will list down some of the key advantages of learning Java Programming: Object Oriented − In Java, everything is an Object. Java can be easily extended since it is based on…

  • Java is used for

    Mobile applications (specially Android apps) Desktop applications Web applications Web servers and application servers Games Database connection And much, much more!

  • Introduction

    Java is a high-level programming language originally developed by Sun Microsystems and released in 1995. Java runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. This tutorial gives a complete understanding of Java. This reference will take you through simple and practical approaches while learning Java Programming…

  • Installation by images

    Step 1: Step 2: Step 3 : Step 4: Step 5: Write the following in the command line (cmd.exe): C:\Users\Your Name>java -version If Java was successfully installed, you will see something like this (depending on version): java version “11.0.1” 2018-10-16 LTSJava(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS)Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed…

  • Setup for Windows

    To install Java on Windows: Go to “System Properties” (Can be found on Control Panel > System and Security > System > Advanced System Settings) Click on the “Environment variables” button under the “Advanced” tab Then, select the “Path” variable in System variables and click on the “Edit” button Click on the “New” button and…

  • Installation

    Some PCs might have Java already installed. To check if you have Java installed on a Windows PC, search in the start bar for Java or type the following in Command Prompt (cmd.exe):C:\Users\Your Name>java -version If Java is installed, you will see something like this (depending on version):java version “11.0.1” 2018-10-16 LTSJava(TM) SE Runtime Environment…

  • Solving Algebra Eq. with Multiplication and Division

    This page assumes you know about variables, basic algebraic equations, and how to solve them using addition and subtraction. In addition to using addition and subtraction to solve equations, we can also use multiplication and division. Main Rule The main rule we need to remember is that when we divide or multiply one side of…

  • Solving Algebra Eq. with Addition and Subtraction

    The Equation One of the basic concepts of algebra is the equation. The main thing to know about an equation is that everything on one side of the equal sign (=) must equal everything on the other side of the equal sign. Variables Variables are things that can change or have different values. In algebra,…

Got any book recommendations?