Write a program to print hello world in Java
The very first program which any person would attempt when learning a programming language is to print “Hello World!”, today in this article you would learn how to print “Hello World!” in a simple Java Program. // Importing default package import java.lang.*; //code for writing a class. public class HelloWorld { public static void main(String… (0 comment)

50 keywords in Java you should be aware of
Every programming language will have a huge list of keywords so that the respective compiler or interpreter can understand to perform the actions accordingly, similarly we have 50 keywords in Java and it is very important that you should know to write programs in java. Most of you fear its a huge list, but by just giving… (0 comment)

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)

This post lists about the various OATS versions and its compatible versions of Java and Browsers, with respect browsers the article talks about the different browsers supported and respective versions. Regarding Java, it is mainly for automation of Oracle EBS Forms. As you all might be knowing, Oracle Apps admins can configure various versions of… (14 comments)