Skip to content

Udemy code from course: "Java for Software Testing Professionals - Basics to Advanced"

Notifications You must be signed in to change notification settings

Vasi-Cordea/UDEMY-Java-for-Software-Testing-Professionals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java for software testing professionals certification

Udemy course content:

Java for Software Testing Professionals - Basics to Advanced

Section 1: Introduction

  1. Course Introduction
  2. Introduction to JAVA
  3. JAVA downloading and Installation Quiz 1: Java intro
  4. JAVA Virtual Machine (JVM)
  5. Difference between JDK, JRE and JVM Quiz 2: JVM

Section 2: JAVA Programming Basics

  1. Writing First JAVA program 7Coding Exercise 1: First Java Program

  2. Introduction to Eclipse IDE 6

  3. Keywords 2

  4. Variables 4

  5. Understanding Data Types 7

  6. Data Types 7

  7. String

Section 3: Operators

  1. Arithmetic Operators 4

  2. Assignment Operator 8

  3. Increment operator 3

Section 4: Control-Flow Statements

  1. Logical Operator 5

  2. if-else 7

  3. nested if 8

  4. if-else-if 4

  5. switch-case 5

  6. Example program 7

Section 5: Looping in JAVA

  1. forLoop 11

  2. While Loop 8

  3. do-while Loop 5

  4. Continue Statement 6

  5. Break Statement 4

  6. Nested-loop 4

Section 6: Object Oriented Programming (OOP) in JAVA

  1. Objects 4

Assignment 1: Objects Example

  1. Class 9

  2. Methods- Declaration, Parameterization, Returning Value 25

  3. Working with object with Real Life Sceanario 14

  4. Constructor 11

  5. Static-Variable 15

  6. Static-Method 5

Section 7: Collections

  1. Introduction to Array-List 15

  2. Working with Array-List 10

  3. Basic Array 2

  4. HashMap 11

Section 8: Access Modifiers

  1. Understanding the concept of package 7

  2. Default access modifier 8

Section 9: Polymorphism

  1. private access modifier 6

  2. Inheritance in Java 9

  3. Protected and Public access modifier 8

  4. Introduction to Polymorphism 2

  5. Method - Overloading 6

  6. Method - OverRiding 5

Section 10: super - keyword

  1. super - part 1 5

  2. super - part 2 2

  3. super - part 3 6

Section 11: Good to know topics

  1. this keyword 5

  2. final keyword 7

  3. Encapsulation 7

Section 12: Abstraction

  1. Abstract class and method 10

  2. Interface 6

Section 13: Regular Expression

  1. Understanding Regular Expression (regex) 16

  2. Implementation of Regular Expression in Java programg 10

Section 14: Exception Handling

  1. Understanding Exceptions 8

  2. Exceptions Handling 6

  3. Multiple Catch Block 11

  4. Finally Block 8

Section 15: Input/Output Operations

  1. Creating File 10

  2. Read File 6

  3. Append File 4

  4. Read data from Microsoft Excel Application 18

  5. Write Data to Microsoft Excel Application

About

Udemy code from course: "Java for Software Testing Professionals - Basics to Advanced"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages