Java For Begginers

Features of Java

The features of Java are also known as java buzzwords.  Java is a simple, robust and secure programming language.  Most impor…

Java Keywords

There are various keywords or reserved words that is given below: abstract :  Java abstract keyword is used to declare …

Variables & Types of Variables in Java

A variable is a container which holds the value while the  Java program  is executed. A variable is assigned with a data type. V…

Brief introduction to JDK, JRE, and JVM

JVM ( Java Virtual Machine ) : -  JVM (Java Virtual Machine) is an abstract machine. It is called a virtual machine because it…

First Java Program To Print Hello World...

File: Simple.java 1.     class  Simple{   2.          public   static   void  main(String args[]){   3.          System.out.prin…

Difference between java & c++

There are many differences  between   C++  &  Java programming language.   ·          Platform-independent : C++ is pla…

Load More
That is All