This post explores the newest feature updates to string APIs in Java 12, String#indent(int), String#transform(function), String#describeConstable, and more.
Category: Articles
4 Reasons Java EE 7 Application Developer is Important
1. Streamlined Certification PathOracle Certification streamlined this certification path,removing prerequisites that may have been a barrier to pursuingthis…
Building Self-Contained, Installable Java Applications with JEP 343: Packaging Tool
The OpenJDK community has released an early access build of JEP 343: Packaging Tool. JEP 343: Packaging Tool, also known as jpackage, is a new tool for packaging self-contained Java applications along with a Java Runtime Environment.
Java Stream limit() method example – HowToDoInJava
We can use Stream.limit(long maxSize) method to retrieve elements while they must not be greater than a certain maximum count. Java 8 Stream.limit() example
Java Stream skip() method example – HowToDoInJava
Java 8 stream skip(long n) method returns a stream consisting of the remaining elements of this stream, after the specified n elements have been skipped.
Can you still use the Java programming language for free? What you need to know
What the recent changes to support and licensing of Java developer tools means for you.
Serverless Java Functions with Quarkus and OpenWhisk
Serverless Java Functions with Quarkus and OpenWhisk
Java 8 :basics for beginners | Udemy
learn Java 8 new features in an very efficient way – Free Course
Top 5 Java 9 Courses to Learn Online – Best of Lot
The year of 2017 was the year of releases for Java developer. With releases of JDK 9, Spring 5, Spring Boot 2.0 and Spring Security 5.0 the…
JMH – Java Microbenchmark Harness
JMH (Java Microbenchmark Harness) is a toolkit that helps you implement Java microbenchmarks correctly. JMH is developed by the same people who implement the Java virtual machine, so these guys know what they are doing. This JMH tutorial will teach you how to implement and run Java microbenchmarks with JMH.
Java Stream peek() method example – HowToDoInJava
Java Stream peek(Consumer action) method which returns a new stream consists of all the elements of original stream after applying the Consumer action.
Data Structures and Algorithms – High Level MADE EASY
Abstract reasoning makes algorithms easy. Learn about Sort, Search, Trees, Hash Tables, and Heaps. – Free Course
Visualizing Data Structures and Algorithms in Java
Learn Data Structures and Algorithms in Java through Animations and Implementations. Crack the Java Coding Interview.
PowerShell swims into the TIOBE 50 – JAXenter
Java continues to hold on to the #1 spot, PowerShell swims into the top 50 again, and Go stumbles a few spots this month on the TIOBE Index.
Super Charge the Module Aware Service Loader in Java 11
Uday Tatiraju describes the service loading mechanism in Java and the changes made to it in order to support the native Java module system. Tatiraju also discusses an experimental library called Susel that can assist developers in building modular and extensible applications that leverage the native Java module system. The library removes the boilerplate code required to locate and load services.