Structure concurrency
Java virtual threads applies structured concurrency concepts. The following blog explains what structure concurrency is.
Java virtual threads applies structured concurrency concepts. The following blog explains what structure concurrency is.
Java 19 preview improved the pattern matching language feature. The following code shows how we can leverage them with virtual threads.
JDK 10+ has introduced a feature called CDS(class data sharing) which will improve the launching time of Java application.
SpringBoot allow to define the exception handler inside of Controller. The following code shows an example.
The following article show String boot GraphQL authorization with bearer token. This will be a good source to understand how Spring security work too.