Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 869 Bytes

File metadata and controls

55 lines (44 loc) · 869 Bytes

Learning Java

I'm learning how to code in Java, to make my way into test automation world.

Table of contents

General info

I'm learning how to code in Java, mainly by participating in 'Java dla Testera' (Java for testers, https://javadlatestera.pl/), a course by Bartosz Kita.

Technologies

  • Java 11

Features

  • Data types, math operations
  • if & switch statements
  • Classes, objects, constructors, parameters
  • Access modifiers
  • Arrays
  • Static fields & methods
  • Inheritance
  • Abstraction
  • Interface

To-do list:

  • Collections
  • Streams
  • Exceptions
  • Selenium Intro
  • ...

Status

Project is: in progress