10 basic syntax in java you should know
You have to follow strict syntax of Java, only then Java Compiler can understand and compile the program properly. In this tutorial you will learn the basic syntax that you need to know to write java programs There will be several keywords & terminology used as part of java syntax, you can first give a read… (0 comment)

Java – Getting started with First Program
In this post you will learn about how to get started with Java and How to write your first program? For the first time, you need to do make your machine ready to compile and run Java programs, lets go through Steps to configure your machine or laptop Download & Install Java Set path variable in… (0 comment)

In order to write Java programs for software development or for developing test automation scripts using selenium or Oracle Application Testing Suite (a.k.a OATS), you need to have JAVA installed in your machine. Step by Step instructions to download and install latest Java Search for “Download Java” without double quotes in google and click on top link of oracle, where… (0 comment)

Step by Step tutorial to set Java Path
One of the most basic steps to work with java is to set your path variable so that you can compile and run your java related commands from the location where your java programs reside and not from the bin directory of JDK. You might get this error in case the path is not set… (0 comment)

Java programming language
Java is the most popular programming language, which has been in existence since decades ( first appeared @ May 23rd 1995 , source: Wikipedia ) Java is an object oriented programming language and specifically designed to be written once and then can be run anywhere, to be more precise it is platform independent. In other words… (0 comment)