vm. Page 2

Java concurrent synchronized keyword and Lock interface

Welcome to read and communicate with us. Please leave a message if you have any questions. There are also open sources on GitHub JavaHouse , welcome ...
3:25 3 December 2019

What is java serialization? When is serialization required?

Serialization: the process of converting Java objects into byte streams. Deserialization: the process of converting a byte stream to a Java object. Ja...
10:07 10 November 2019

Distributed globally unique ID generation method

I. snowflake algorithm twitter's open-source distributed id generation algorithm uses 64 bit long id. 41 bit, time stamp, in milliseconds, 2 ^ 4...
11:03 7 November 2019

Talk about deadlock analyzer of elastic search

order This paper focuses on the deadlock analyzer of elastic search DeadlockAnalyzer elasticsearch-7.0.1/server/src/main/java/org/elasticsearch/monito...
13:37 5 November 2019

Java GC learning practice

Recently, I often go to the customer's site. If there is a problem on the site, I will send it to the company's leaders (I really don'...
20:09 4 November 2019

The birth of J.U.C

Preface J.U.C is a shorthand for java package java.util.concurrent, which is abbreviated in Chinese and contracted. It is a new basic api for writing ...
21:51 20 October 2019