In this post we take a look at how to allow your Tomcat 8.5 or Tomcat 9 installation to handle multiple SSL certificates on a single port. Read on for the details.
With so many voices out there on the Internet, who should you really be following to get the latest and greatest Java news and tips? Here are 10 experts.
Of course, in Java, arguments are always passed by value. Let's see what that means inside and the heap with primitives, collections, and making modifications.
There are two ways to create a foreign key on a table in Oracle: the inline method and the out-of-line method. I’ll explain them in this article for you.
Generics add powerful features to an OO language, but they can also introduce confusion in the conceptual models of a language for both new and experienced devs.
OpenCSV is a popular library for handing CSV data in Java projects, but there's a slight problem when dealing with backslashes. Let's see what it is and how to fix it.