Tagged: Java

Internal working of JVM

Internal working of JVM

JVM is an abstract computing machine or Virtual machine which is a platform independent environment and converts the bytecodes into machine language and help to execute the program.We will study about its internal working.The...

Java and its features

Java and its features

Java is both a programming language and a platform.The program is written in a simple file with  .java extension.Then compiler called ‘javac’ compiles those files into .class files which are nothing but the bytecodes  that will be...

Installation of Java and Eclipse

Installation of Java and Eclipse

Before writing selenium program, there are 2 mandatory prerequisite which are java and Eclipse on your system. So, Let’s see how to install java and eclipse to start working on selenium.