最新发布第1233页
TIL — Static Factory Methods-拾光赋

TIL — Static Factory Methods

TIL — Static Factory Methods,Today my work tasks led me to read about static factory methods, which are a different approach to initializing Java classes. Effective Java (Addison-...
I (definitely) need some help-拾光赋

I (definitely) need some help

I (definitely) need some help,Hey guys, this my first post here and I just wanted to ask HOW DID YOU LEARN AND KEPT YOUR STUFF IN MIND??? Let me tell you all my sob story: I starte...
Understand Garbage Collection in java-拾光赋

Understand Garbage Collection in java

Understand Garbage Collection in java,In this post, we will see about Garbage Collection in java. I will try to explain with the help of diagrams and examples rather than theory. J...
Increase the quality of unit tests using mutation with PITest-拾光赋

Increase the quality of unit tests using mutation with PITest

Increase the quality of unit tests using mutation with PITest, Introduction Code coverage is the most common metric to measure code quality, but it does not guarantee that tests ar...
22 Best Places to Learn Coding for FREE - Best of Lot-拾光赋

22 Best Places to Learn Coding for FREE – Best of Lot

22 Best Places to Learn Coding for FREE - Best of Lot,Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the diffe...
The Cake Mix Metaphor for Frameworks-拾光赋

The Cake Mix Metaphor for Frameworks

The Cake Mix Metaphor for Frameworks,A great video was brought to my attention on Twitter recently. It's a lightning talk by @CristinGorman that she gave at JavaZone in 2011. The t...
Getting started with Java-拾光赋

Getting started with Java

Getting started with Java,It’s been many years since I’ve done anything substantial with Java. I’d like to try to do a series of posts to get a feel for the Java ecosystem. The ...
Understanding the Number Theory Behind RSA Encryption-拾光赋

Understanding the Number Theory Behind RSA Encryption

Understanding the Number Theory Behind RSA Encryption, Qualifying Exam Prep (7 Part Series) 1 Preparing for the Qualifying Exam 2 Understanding the Number Theory Behind RSA Encrypt...
Introduction of Kotlin programming language-拾光赋

Introduction of Kotlin programming language

Introduction of Kotlin programming language,The article starts with a question, what is the most painful problem that every Java developer faces? I know most of you will say “The ...
Simplest Spring Kafka Producer and Consumer-拾光赋

Simplest Spring Kafka Producer and Consumer

Simplest Spring Kafka Producer and Consumer,Let's now build and run the simples example of a Kafka Consumer and then a Kafka Producer using spring-kafka. If you need assistance wit...
Parallelization in Java-拾光赋

Parallelization in Java

Parallelization in Java,I am exploring between completeableFuture, RxJava,Reactor to? Any recommendations. 原文链接:Parallelization in Java
How Kotlin provides 100% interoperability with Java?-拾光赋

How Kotlin provides 100% interoperability with Java?

How Kotlin provides 100% interoperability with Java?, “Kotlin is 100% interoperable with java” When you first searched about Kotlin in every blog post, community talk or on YouTu...