Developing secure applications – Java advanced (OCP)
This post covers Java security related topics as presented at Oracle University Online (Java SE 11 training) and as required…
A software engineer's journey
This post covers Java security related topics as presented at Oracle University Online (Java SE 11 training) and as required…
For my graduation work in Business Informatics, I chose to focus on on UX/UI, because it used to be something…
Java provides built-in ready-to-use annotations as well as the possibility to create one’s own annotations. Annotations allow to add metadata…
Every Java program running has at least one thread, “main”, automatically created by the JVM. Each thread is represented by…
It’s sometimes taboo to say it out loud, but we’re all doing our job for a main purpose: earning a…
JDBC is a database neutral Java API in the java.sql package that allows connectivity and operations on databases. JDBC drivers…