In Java 11, the java launcher has been enhanced to run single-file source code programs directly, wi…
Category: Home
Validating external data with an Oracle
I hang out in the Corda Slack channel quite a lot and try to answer questions when I can. A reasona…
Java Prototype Design Pattern Example
1. Introduction to Java Prototype Design PatternIn this article, we would be discussing in dept…
Java Magazine, May/June 2018
View the digital edition of Java Magazine: May/June 2018.
Using the Java Packager with JDK 11 – Adam Carroll – Medium
With the Java Packager and JDK 11 you can create a self-contained, installable bundle for your application for Mac, Linux or Windows.
jonathangiles/scenic-view
Scenic View is a JavaFX application designed to make it simple to understand the current state of your application scenegraph, and to also easily manipulate properties of the scenegraph without hav…
JVM Calendar: Security Enhancements in JDK 9, 10, and 11 – DZone Java
We take a closer look at the security enhancements found in the most recent versions of the JDK, including TLS processes and security implementations.
Microservices for Java Developers: Managing Security and Secrets
1. IntroductionSecurity is an exceptionally important element of the modernsoftware systems. I…
Did You Know? You can Install Payara Server as a Service to Automatically Start on Boot
You can install Payara Server to automatically start on boot.
Spark Run local design pattern
Many spark applications have now become legacy applications and it is very hard to enhance, test &a…
Top 5 Data Structures and Algorithm Online Courses for Java, JavaScript, and Python Programmers – Best of Lot
Data Structure and Algorithm is one of the most important topics for programmers. The best thing about them is that they never get out-of-d…
Java EE 8: A bird’s eye view – JAXenter
Looking forward to Jakarta EE 8? Reza Rahman explores some of the major changes and new features to Java EE 8, the future foundation for Jakarta EE 8.
Insertion Sort Algorithm in Java with Example and Explanation
The Insertion sort is another simple sorting algorithm, which can be used to sort any linear data structure like an array or linked list ….