<aside> 💡 These are my notes for class Programiranje 2 at FMF Univerza v Ljubljani. Since professor spoke primarily in English, it seemed more natural to keep notes in English as well.

I hope you find them useful as a quick Java reference.

</aside>


Information

The objective of this course is to learn to program in Java and to create a more complex project in a pair.

Here's a list of useful resources that I've found while studying:

To follow along the code, you can open your Terminal and run a jshell interpreter. You can exit the shell by pressing ctrl + D.

You can find Java API documentation in https://docs.oracle.com/javase/8/docs/api/.


Basics