Category: Articles
Pivotal Spring Runtime extends Java support, company lifeline
Pivotal Spring Runtime features the company’s own distribution of OpenJDK, the free, open source version of Java, in a bid to welcome more Java to the Spring Framework, and help right the company’s ship.
Opsian talks to Aleksey Shipilëv about JDK updates
Opsian’s Richard Warburton had the pleasure of sitting down with Aleksey Shipilëv and getting his thoughts on a range of topics. In Part 1 of the interview, Aleksey and Richard discuss the current state of JDK updates.
Is there a way to lint incompatible Java API references with PMD, Checkstyle, SpotBugs, etc?
We are currently using Java Compiler 11 and deploy our main artifacts to Java 11. No problem here. Unfortunately, a service we use only supports Java 8 so we compile some of them targetting Java …
Download Liberica Mission Control version 7.0
Liberica Mission Control 7.0 is a low-overhead Java profiler built from OpenJDK JMC project.
Generating PDF Files Using Java
A step by step tutorial on how to generate PDF files in Java.
Right Way to Create, Start and Stop a New Thread in Java
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
5 Free Eclipse and JUnit Online Courses for Java Developers
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
10 OOP Design Principles Every Programmer Should Know
The Object-Oriented Design Principles are the core of OOP programming, but I have seen most of the Java programmers chasing design…
What causes poor image quality in Java JLabel icons?
Java JLabel icons are displaying with distorted pixels in JFrame. This is happening consistently with different png images (all 32×32). I am not scaling the images, they are displayed in the program
Effective Java 3rd Edition by Joshua Bloch – A Must Read Book for Java Developers
A blog about Java, Spring, Hibernate, Programming, Algorithms, Data Structure, SQL, Linux, Database, JavaScript, and my personal experience.
How to choose the right Java library – JAXenter
How can developers sort through the dizzying number of options for Java libraries to find the perfect tool for their project?
Java experts on OpenJDK vs. Oracle JDK: Part 2 | Rogue Wave CodeBuzz
Experts discuss the pros and cons of OpenJDK vs. Oracle JDK and make recommendations for those that have not yet purchased Oracle subscriptions.
Java Optional working of orElse is not as if else
In Optional while optional.orElse method is call, irrespective of the element is present or not the orElse part is executed it does not behave as the if else condition.In the below code if you se…
Faster JVM Application Warm Up With Zing
The Java Virtual Machine (JVM) provides amanaged runtime environment for the safe deployment of ap…