This article is a Java JDBC PostgreSQL Connection Example. PostgreSQL is an object-relational databa…
Category: Articles
Infinite Sets in Java 9
A SetA Set is a collection of elements whereby any given element in the Set only appears once….
JDK 8 Versus JDK 10: A Ternary, Unboxing Difference – DZone Java
Want to learn more about JDK 8 and JDK 10? This analysis looks closely at ternary statements, unboxing, and the differences between these versions of JDK.
Getting started with Java EE 8, Payara 5 and Eclipse Oxygen
The J*, a blog about Java, JVM, JavaScript and Gentoo Linux
How to Visualize Java Module Graphs – DZone Java
This tutorial demonstrates how to visualize a Jigsaw module graph in a Java application, which can be performed with a few basic commands.
JDK 8 BigInteger Exact Narrowing Conversion Methods
In the blog post “Exact Conversion of Long to Int in Java,” I discussed using Math.toIntEx…
Java 8 language features in Nutshell – Part 1
Hello Friends,It has been quite long when Java 8 was released and now it is getting used more an…
In the shoes of the consumer: do you really need to provide the client libraries for your APIs?
The beauty of the RESTful web services and APIs is that any consumer which speaks HTTP protocol will…
Be Reactive and Micro with a MicroProfile Stack
Be Reactive and Micro with a MicroProfile Stack
Java Base64 Encoding and Decoding | Baeldung
How to do Base64 encoding and decoding in Java, using the new APIs introduced in Java 8 as well as Apache Commons.
Convert String to Date in Java | Baeldung
Learn how to get an object representing a Date from a String in Java
JavaFX Daily
A selection of articles, blog posts, videos and photos recommended by Michael Heinrichs
Join the Jenkins & Java 10 online hackathon – JAXenter
Hackathon alert: Jenkins requires Java 8 to run. The time has come to do some serious Java 10 investigation and have some fun while at it!
Java Design Patterns – The Complete Masterclass
Master Java Design Patterns and Write Robust and Extensible Software
10 JDK 7 Features to Revisit, Before You Welcome Java 8
It’s been almost a month Java 8 is released and I am sure all of you are exploring new features of JDK 8. But, before you completely delve …