classification
boutiqueJava 9 to Java 17
Java 17 is one of the most important LTS releases of Java, but the direct transition from Java 8 to Java 17 is too long.
Free boutiqueFuture interface in Java
1. Introduction Java 1.5 provides the java.util.concurrent.Future interface to handle asynchronous calls and concurrency...
Free boutiqueFrom Java 9 to Java 17 to Java 10
In the previous article, we reviewed some features of Java 9, and today we will take a look at what features Java 10 brings...
Free boutiqueFrom Java 9 to Java 17 to Java 12
There are not many features that are useful to developers in Java 12, but it is still useful.
String enhancement
Java ...
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 boutiqueJava 8 Time Api User Guide Collector's Edition
1. overview
Java 8 introduces new APIs for Date and Time to solve the problem of old java.util.Date and java.util.Ca...
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 boutiqueSummary of core knowledge of java annotation
1. preface
A few years ago, our project was still running on structs 2, and once I asked a colleague if he knew
Spring...
Free boutiqueJava Development Tips: Reduce the Use of Magic Points
1. Preface When refactoring old code, I encountered similar writing:
public void attend(String value)...
Free boutiqueHow to determine whether a string is a number in java
preface
Numbers are often represented and conveyed in strings in some fields. So how do we determine a string...
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 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 boutiqueSubscription and publishing model in Java programming
1. Foreword Quick Hand released "Seeing" the day before yesterday, received rave reviews, overshadowed the previous "Hou Lang". Nowadays, inside...
Free boutiqueWould you rather know introspection if you only know java reflection?
1. Foreword In the previous article, we encapsulated a Mybatis universal Mapper. To get entity class attributes, I used...
Free