Install jdk in Ubuntu

Let’s get started with installing JDK in ubuntu. The basic requirement is downloading the required JDK version from the oracle website : http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html click on the Java platform (JDK) download link. You will be navigated to this page, First step is to Accept the License Agreement and second step is to click on the link […]

Install npm on windows 10

Node.js functions as a server side platform which makes it possible to write applications in javascript on the server. It was first built as a server environment for application and it is best recommended to use while building a chat application as it is very fast. So start working on this awesome technology by making […]

Programming in java using command Prompt (cmd) on windows 10

Here, We will learn on how to run java Programs using Command prompt. Let’s first start by installing java on our machine. Visit this link to download java environment:  http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html   Click on the highlighted area, which will navigate you to this page, Click on Accept license agreement. Check for your processor if it is […]