Slides | Videos | Code |
SLIDES_01 | VIDEO_01 | |
SLIDES_02 | VIDEO_02
previous class video: |
CODE_02 |
VIDEO_03 | CODE_03 | |
SLIDES_04 | VIDEO_04 | CODE_04 |
VIDEO_05 | CODE_05 | |
VIDEO_06 | CODE_06 | |
SLIDES_07 | VIDEO_07 | CODE_07 |
SLIDES_08 | VIDEO_08 | CODE_08 |
VIDEO_09 | CODE_09 | |
SLIDES_10 | VIDEO_10 | CODE_10 |
Java fundamentals online learning:
– https://www.learnjavaonline.org/
– https://www.w3schools.com/java/
Required Java fundamentals:
– Print “Hello Portnov Computer School”
– Variables and Types
– Conditionals
– Arrays
– Loops
– Functions
– Objects
Useful resources:
Maven | https://maven.apache.org/what-is-maven.html | Project management (run tests, build, add dependencies) |
TestNG | https://testng.org/doc/documentation-main.html | Test Framework |
Maven central repository | https://mvnrepository.com/repos/central | |