Articles in this series
HTTP is one of the many concepts a Java Engineer should know. Since Java is mostly suited for server-side operations, understanding the concept behind...
If you're a Java Engineer, you probably know about Hibernate, an open-source object relation mapping (ORM) that helps map an object domain to a...
Java is one of the top 5 most in-demand programming languages. Its demand is still growing, and countless companies (from early-stage startups to...
This article will explain what an enumMap is, and how to use it in Java. What is an EnumMap? An EnumMap is a special form of a map. A map in Java is...
Have you ever seen something like this? This is a type of Captcha, precisely a reCaptcha. A Captcha is a challenge-response that many websites use to...
Static is a keyword (meaning that it has a special meaning for the compiler), meaning that members of a class (a variable or a method) belong to the...