by thanassis | Aug 1, 2025 | Java Learning
Unified Modelling Language (UML) allows us to describe and document elements of knowledge that map well into the object oriented paradigm. In UML v1.0 nine types of diagrams are described: UML Use Case Diagram UML Activity Diagram UML Object Diagram UML Class Diagram...
by thanassis | Aug 1, 2025 | Java Learning
The following links have been useful whilst trying to understand, research and teach Object-Oriented related topics. Going to conferences was a great way to meet people that were facing the same set of problems and discuss solutions. This eventually got me into being...
by thanassis | Aug 1, 2025 | Java Learning
Unit Title Lectures 1 Introduction 2 2 Elementary Programming 2 3 Conditionals 1 4 Loops 2 5 Functions – Methods 2 6 Arrays 3 7 Classes & Objects 4 8 Strings 1 9 Files & I/O 2 10 Gui...
by thanassis | Aug 1, 2025 | Java Learning
The best way to learn java is to practice. You can start by studying the following slides in combination with javasoft’s tutorial and Java’s apis. Each module has exercises that you should try to solve. 1st day, Basic Java, IntroductionIntroductionJava’s Syntax &...
by thanassis | Aug 1, 2025 | Interesting
The way to deal with an impossible task is to chop it down into a number of merely very difficult tasks, and break each one of them into a group of horribly hard tasks, and each one of them into tricky jobs, and each one of them… (Terry Pratchet, Truckers) Check...