classification
boutiqueSkip and limit operations in Java 8 Stream Api
1. preface
The skip () and limit () methods in the Java 8 Stream API have similar effects. They all...
Free boutiqueMap and flatMap operations in Java 8 Stream Api
1. preface
Java 8 provides a very easy-to-use Stream API that makes it easy to manipulate collections. Today we come...
Free boutiquePeek operation in Java 8 Stream Api
1. Preface I described the map operation in the Java 8 Stream API in the detailed usage guide of the Java 8 Stream API...
Free boutiqueHow Java handles NPE issues gracefully
1. Foreword For Java developers, null is a troublesome type, and NPE can occur if you are not careful...
Free boutiqueSeveral ways to remove elements from Java Collection
1. The preface operation set is something Java programmers repeat almost every day. Today let's study...
Free boutiqueFull analysis of Collectors in java8
1. The preface mentioned Collectors in an article about Collection removal elements yesterday. Believe a lot...
Free boutiqueGet file path in java
1. Introduction In Java development, we often need to obtain the path of a file, such as reading configuration files, etc. Today we will...
Free boutiqueJava rapid development QR code generation service
1. Preface I don't know when it started, but our lives were suddenly filled with QR codes, even the chickens of the ladies on the street...
Free boutiqueJava 14 New Features: JEP 359 Records(Preview)
1. Foreword Java 14 should be officially released this month (2020-03). There is a feature that the Java community has been calling for for a long time...
Free boutiqueInterpretation of the 2020 JVM Ecosystem Report
1. Foreword The 2020 JVM Ecosystem Report has been released. The report was produced by British software security service provider Snyk and Ora...
Free boutiqueFuture interface in Java
1. Introduction Java 1.5 provides the java.util.concurrent.Future interface to handle asynchronous calls and concurrency...
Free boutiqueFutureTask in Java
1. The previous article in the preface briefly introduced the Future interface in Java, leaving a hole. I will make up for it today...
Free boutiqueNew Generation Java Database Driver Specification-Reactive Driver Specification
1. Preface Responsive programming has been around in the Java programming world for a long time. High-performance, event-driven...
Free boutiqueFutureTask 2 in Java
1. The first two chapters of the preface briefly analyze the Future interface and FutureTask. This article will introduce the use of FutureTask...
Free