Developing secure applications – Java advanced (OCP)
Last update January 9, 2025 This post covers Java security related topics as presented at Oracle University Online (Java SE…
A software engineer's journey
Last update January 9, 2025 This post covers Java security related topics as presented at Oracle University Online (Java SE…
Last update December 18, 2024 For my graduation work in Business Informatics, I chose to focus on on UX/UI, because…
Last update November 29, 2024 Java provides built-in ready-to-use annotations as well as the possibility to create one’s own annotations.…
Last update November 29, 2024 Every Java program running has at least one thread, “main”, automatically created by the JVM.…
Last update December 18, 2024 It’s sometimes taboo to say it out loud, but we’re all doing our job for…
Last update November 29, 2024 JDBC is a database neutral Java API in the java.sql package that allows connectivity and…