Our Support Services give you 24/7 support for your production Payara Server environment.
Category: Home
How to replace the method with Java 8 streams?
It can be an obvious question but I am thinking how to replace the method below with java 8 streams.private String assembleString(int numberOfCharacters, char character) { StringBuilder
Problems With Inheritance in Java – DZone Java
This tutorial shows how to avoid broken code from the inheritance method in Java, by either removing the setters or constructers methods in the parent class.
Top Five Books to Learn Spring Boot and Spring Cloud for Java Developers – DZone Java
This article looks at the best books for learning Spring Boot and Spring Cloud for Java Developers, particularly for creating microservices and cloud-based apps.
Difference between String trim() and strip() methods in Java 11
Among other changes, JDK 11 introduces 6 new methods for java.lang.String class:repeat(int) – Repeats the String as many times as provided by the int parameterlines() – Uses a Spliterator to laz…
Java NIO Tutorial
1. IntroductionJava NIO is a library introduced from Java 1.4. Java NIO has since its launch provi…
How Inlined Code Makes For Confusing Profiles
Blog on Java, Performance, Concurrency, NIO, Unsafe, Low latency, Programming, Software, Philosophy
Auto-Scalable Payara Micro Cluster for Java EE Microservices – DZone Performance
Payara Micro is optimized for microservices and modern container-based infrastructure. Integrating Payara Micro with the Jelastic Platform is smooth and quick.
Most Kotlin Devs Are Java Jocks, Survey Finds — ADTmag
Pusher, a UK-based maker of communication and collaboration APIs, has released the results of a new developer survey, which found that most Kotlin developers come from a Java background and/or also work with Java.
Secure coding practices in Java: challenges and vulnerabilities
Secure coding practices in Java: challenges and vulnerabilities Meng et al., ICSE’18 TL;DR : don’t trust everything you read on Stack Overflow. Meng et al. conduct a study of Stack Overflow p…
Singleton of Java functional interface as enum
Join Stack Overflow to learn, share knowledge, and build your career. Google Facebook Home Public 1 While looking at the source co….
The Reactive Universe for Java Devs – DZone Java
This article looks at reactive programming and working with Java devs across various application-building platforms, including Akka, RxJava, and the Reactor Project.
Eclipse OpenJ9: Not just any Java Virtual Machine – JAXenter
Dan Heidinga and Sue Chaplain explain how developers can run apps on the enterprise-grade open source Java virtual machine Eclipse OpenJ9.