A quick and practical comparison between Threads and Virtual Threads in Java.
Also find me here:
Baeldung Author
Denis Szczukocki
Software Engineer with a passion for JVM languages. By day works in a software company, after hours hacks with various frameworks and languages.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (4)
- Security (2)
- Testing (1)
- Spring (1)
- Maven (1)
- Java String (1)
- Java Concurrency (1)
- Algorithms (1)
Quick Guide to EasyRandom in Java
A quick and practical overview of EasyRandom in Java.
Difference Between a Java Keystore and a Truststore
Learn about the difference between a Java Keystore and a Truststore
Spring Security Kerberos Integration With MiniKdc
A quick and practical overview of Spring Security integration with Kerberos.
Multi-Module Project with Maven
Filed under Maven
Learn about the benefits of using a Maven multi-module project and walk through the setup of a simple example
Sorting a String Alphabetically in Java
Filed under Java String
Have a look at different ways to sort a String alphabetically in Java.
State Design Pattern in Java
Filed under Java
Learn about State design pattern and its pros and cons, explained with a clear and easy to understand example
Interpreter Design Pattern in Java
Filed under Algorithms
Learn how to implement the Interpreter Design Pattern in Java.
Visitor Design Pattern in Java
Filed under Java
A quick and practical overview of the Visitor design pattern in Java.