Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vasi-cordea/udemy-java-for-software-testing-professionals
Udemy code from course: "Java for Software Testing Professionals - Basics to Advanced"
https://github.com/vasi-cordea/udemy-java-for-software-testing-professionals
intellij-ide java oop
Last synced: 24 days ago
JSON representation
Udemy code from course: "Java for Software Testing Professionals - Basics to Advanced"
- Host: GitHub
- URL: https://github.com/vasi-cordea/udemy-java-for-software-testing-professionals
- Owner: Vasi-Cordea
- Created: 2024-03-22T16:55:55.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-03-27T20:54:15.000Z (11 months ago)
- Last Synced: 2024-11-18T11:36:14.408Z (3 months ago)
- Topics: intellij-ide, java, oop
- Language: Java
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Java for software testing professionals certification](https://github.com/Vasi-Cordea/UDEMY-Java-for-Software-Testing-Professionals/assets/150058199/192a14a0-9239-4629-bf77-9707a71ab8c2)
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
7. Writing First JAVA program
7Coding Exercise 1: First Java Program8. Introduction to Eclipse IDE
69. Keywords
210. Variables
411. Understanding Data Types
712. Data Types
713. String
## Section 3: Operators15. Arithmetic Operators
416. Assignment Operator
817. Increment operator
3## Section 4: Control-Flow Statements
18. Logical Operator
519. if-else
720. nested if
821. if-else-if
422. switch-case
523. Example program
7## Section 5: Looping in JAVA
24. forLoop
1125. While Loop
826. do-while Loop
527. Continue Statement
628. Break Statement
429. Nested-loop
4## Section 6: Object Oriented Programming (OOP) in JAVA
30. Objects
4Assignment 1: Objects Example
31. Class
932. Methods- Declaration, Parameterization, Returning Value
2533. Working with object with Real Life Sceanario
1434. Constructor
1135. Static-Variable
1536. Static-Method
5## Section 7: Collections
37. Introduction to Array-List
1538. Working with Array-List
1039. Basic Array
240. HashMap
11## Section 8: Access Modifiers
41. Understanding the concept of package
742. Default access modifier
8## Section 9: Polymorphism
43. private access modifier
644. Inheritance in Java
945. Protected and Public access modifier
846. Introduction to Polymorphism
247. Method - Overloading
648. Method - OverRiding
5## Section 10: super - keyword
49. super - part 1
550. super - part 2
251. super - part 3
6## Section 11: Good to know topics
50. this keyword
551. final keyword
752. Encapsulation
7## Section 12: Abstraction
53. Abstract class and method
1054. Interface
6## Section 13: Regular Expression
55. Understanding Regular Expression (regex)
1656. Implementation of Regular Expression in Java programg
10## Section 14: Exception Handling
57. Understanding Exceptions
858. Exceptions Handling
659. Multiple Catch Block
1160. Finally Block
8## Section 15: Input/Output Operations
61. Creating File
1062. Read File
663. Append File
464. Read data from Microsoft Excel Application
1865. Write Data to Microsoft Excel Application