Selenium: Top 20 Interview Questions for Experienced
Selenium Playlists Selenium: Top 20 Interview Questions for Beginners
AUTOMATION | TESTING | DEVOPS | CI
Selenium Playlists Selenium: Top 20 Interview Questions for Beginners
Selenium Playlists Selenium: Top 20 Interview Questions for Experienced
Notes: Today we will learn: Basics of JDK, JRE and JVM: JDK : Java Development Kit env to develop, compile and run java application JRE : Java Runtime Environment env to run java applications JVM : Java Virtual Machine interpreter to execute java programs (byte code) line by line JVM = executes precompiled java programs …
Notes: Today we will learn : 1. Create and Run first java program 2. Compile and Run Step 1 Open Eclipse – select workspace Step 2 Create Java Project – create package – create Class Step 3 Create a Java program Step 4 Compile and Run JAVA PLAYLIST – https://www.youtube.com/playlist?list=PLhW3qG5bs-L_qj1L5hnHvJYeFpQ_g4UuU Send me your comments and …
Notes: Today we will learn: 1. How to download eclipse 2. Getting ready for java programming IDE – integrated development environment Step 1 Download eclipse Step 2 Unzip – start eclipse – provide workspace location Step 3 Open workbench JAVA PLAYLIST – https://www.youtube.com/playlist?list=PLhW3qG5bs-L_qj1L5hnHvJYeFpQ_g4UuU Send me your comments and feedback
Notes: Today we will learn: 1. How to setup and install java on mac os 2. How to setup Java env variables 3. How to change/switch java version on your system Step 1 Check if java is installed Terminal : java -version javac -version Step 2 Download and install java http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html Step 3 How to …
Notes: Today we will learn: 1. What is JAVA 2. A simple architecture of java 3. IDE for Java (to write java programs) 1. Java is a programming language Sun Microsystems James Gosling – 1991 – 1995 2. Architecture : Platform independent 3. IDE for java – integrated development environment JAVA PLAYLIST – https://www.youtube.com/playlist?list=PLhW3qG5bs-L_qj1L5hnHvJYeFpQ_g4UuU Send …