classification
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 boutiqueDiscussion on Functional Programming
1. Foreword has become busy recently, and there is less and less time to write. I started trying in Java development these days...
Free boutiquePrinciples of Vernacular Design Models
Why design patterns are needed
In fact, we can complete the development work without a design pattern. But why design...
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 boutiqueJava random number traps
preface
We should be familiar with random numbers. We use them to generate Captcha in business, or we have low requirements for repeatability...
Free boutiqueComparator and Comparable in Java
1. The previous article in the preface briefly explained java.util.Comparator. Today we will take a look at another one and...
Free 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 boutiqueFuture interface in Java
1. Introduction Java 1.5 provides the java.util.concurrent.Future interface to handle asynchronous calls and concurrency...
Free boutiqueFull analysis of Collectors in java8
1. The preface mentioned Collectors in an article about Collection removal elements yesterday. Believe a lot...
Free boutiqueJava Collection Collation Interface Comparator
1. The preface recently used set sorting (based on Java 8). Now I use Stream whenever I can,...
Free boutiqueMerge operations for Java Stream streams
1. Introduction Java Stream Api provides many useful Apis that make it convenient for us to combine collections or multiple similar types...
Free boutiqueSharing tips for java enumeration
1. Introduction Java enumerations are very useful in development. Today, let's analyze a few tips and answer some students 'questions...
Free