/Java-Library

Personal library with functionalities to help solving Java challenges

Primary LanguageJava

Java Knowledge

Summary

In this project, I collect and categorize the knowledge I obtain during studying Java. The goal is to have supportive material in case I forgot something. Currently, the base contains topics such as:

Lessons learned

  • Classes, objects, constructors, method overloading, ...
  • Call by value (not exisitng call by reference)
  • Primitive types, Strings, Arrays
  • Casting of different data types
  • Special classes from class libraries ( Math, Scanner )
  • Operators