Complete Java for Automation Testers from Scratch

Complete Java for Automation Testers from Scratch

English | MP4 | AVC 1280×720 | AAC 44KHz 2ch |7h 45m | 1.41 GB

A step by step Practical tutorial to master in JAVA with tons of Programming examples and Interview Questions

Are you from non-Technical background and looking to master in Java for your Automation needs? If Yes “YOU ARE ON RIGHT PAGE” I will fulfill your wish with my easy teaching and simple Techniques. Allocate 10 hours of your valuable time to this Top rated course and get into comfortable zone in handling Java related Automation/Projects. What made this course Unique from other hundreds of Java courses in the Market? We assume our students have zero knowledge on coding and have taken special care in teaching every topic and YES we have seen 100% success results and many of my students are leading the Java projects with the knowledge they have gained in the course. And worth to mention this course will clear all your hurdles in cracking any Core java interviews! You will get the best in class support from the instructor for any question you have related to the course. The market is never short of jobs in Java programming language, there are ample of jobs in both Java development and Automation Testing using Java.

In addition to that you will keep all the code files of the course as a thank you for trying out the course !

What You Will Learn

  • You Will get complete knowledge on Java OOPS concepts with Practical implementations
  • You will get clear understanding on practical usage of Java Conditions and loops.
  • Ability to write any Java Program logic with the strategies , tips and tricks discussed in the course
  • Deeper understanding on advanced topics java collections and apply them successfully in solving the java logics
  • Practical understanding and usages of objects, classes, methods, functions in java
  • Get Access to more than 200+ Java interview questions with solved solutions and crack any Java interview like a GEM
  • You can successfully build Java Automation frameworks(Selenium, Appium, Rest API) from scratch
Table of Contents

01 Course FAQ’s – _Must Watch
02 Introduction to java with installation
03 Working with Java editor tools
04 Writing first executable program in java
05 Usage of Methods in java
06 mportance of classes and objects in java
07 Two ways of defining string object – Imp in Interview point of view
08 String class and their methods
09 Practise Exercise – reverse String logic-Palindrome
10 if else condition usage in java
11 How for loops works-with example demonstration
12 When should I use While loop
13 How do while loop works
14 Explanation on Nested for loop
15 Practise Exercise on loops -1 (printing pyramid triangle)
16 Practise Exercise – 2- Yahoo Ques – (Inverted sequence pyramid logic program)
17 What is interface
18 How java classes can take advantage of interfaces
19 Usage of inheritance in java
20 Practical examples on types of inheritances
21 Explaining function overloading in java with example
22 How different function overriding from overloading-Explain
23 What are Arrays and their usage in Java programmes
24 Ways of initializing arrays and assigning objects
25 Logic Program on Multi-Dimensional arrays
26 Practise exercise – Print smallest number in 3_3 matrix
27 Practise Exercise – Cisco Interview question on Arrays
28 Practise Exercise – Swapping variables with_without temp variable
29 Practise Exercise – Sorting an array logic approach
30 Date class concepts
31 Calendar and date program examples
32 What is Constructor How to initialize it
33 Different type of constructors and their usage
34 What is super keyword
35 Super keyword practical usage
36 Importance of this keyword
37 Different kind of exceptions
38 Try catch Mechanism to handle exceptions
39 Importance of finally block in java
40 What are Java collections
41 Implementation of Array Lists
42 Examples of Array List
43 Implementation of Set interface
44 Examples of HashSet using Iterator
45 Implementation of Map interface
46 Difference between HashMap and HashTable (Interview)
47 Practise Exercise – Printing unique number- Amazon interview ques
48 Final keyword usage in Java
49 Packages and their usage in OOPS
50 Packages types and how they are helpful in reusing the code
51 Importance of Access Modifiers
52 Difference between public and private modifiers-With Example demonstration