Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "To check whether Java is installed in our machine, navigate to C:\Program Files."

A block of code is set as follows:

package coreJava;public class finaldemo {           public static void main(String[] args) {               //TODO Auto-generated method stub

When we wish to draw your attention to a particular part of a code block, the relevant lines or items are set in bold:

protected void abc() {    //TODO Auto-generated method stub  System.out.println("Hello");}

Any command-line input or output is written ...

Get Hands-On Automation Testing with Java for Beginners now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.