Getting Started with Java In Windows Machine
What is Java?
- Java is a programming language
What is the Role of Java in Selenium?
- Java plays a major role and Selenium is nothing without Java.
What amount of Java is enough for Selenium?
- Java at a high level can be divided as:
-
- Core Java
- Advanced Java
- Only Core Java is required for Selenium
Java Installation and Configuration
- We cannot execute our Java programs without installing Java
- Download Latest LTS version of Java and Install it
- Configure Java (Advanced System Settings) and confirm
IntelliJ Idea Installation and Launching
- What is IntelliJ IDEA?
- Download Community Edition of IntelliJ and Install
Creating a Java Project in IntelliJ Idea and Executing a Sample Program
- Create the Java Program and Execute a Sample Program
By,
Arun Motoori