Monthly Archive: January 2013

How to install MongoDB on Windows

In this tutorial, we will show you how to install MongoDB on Windows. There are following steps to Install MongoDB on windows OS. Step: 1. Download MongoDB- Download the MongoDB from the official MongoDB website. …

What is Java?

Java is a general-purpose, concurrent, class-based, object-oriented computer programming language that is specifically designed to have as few implementation dependencies as possible. It is intended to let application developers “write once, run anywhere” (WORA), meaning …

Introduction to Java

Java is an object-oriented programming language developed by James Gosling and colleagues at Sun Microsystems in the early 1990s. Unlike conventional languages which are generally designed either to be compiled to native (machine) code, or …