Java 11 Nest Based Access Control

The fourth and the final article on Java 11 is about nest based access control:
Java 11 Nest Based Access Control

This one was tricky to explain as there was no visible change. I used disassembly of Java class files to better explain what changed under the hood. Hope you find it useful.

And this one got published on 1st Jan 2019. Happy New Year!!



Java 11 String API Additions

The third article on Java 11 is about new APIs added to the String class:
Java 11 String API Additions

Which one do you think will be most useful?



Java 11 Local Variable Syntax for Lambda Parameters

Here’s my second article on Java 11:
Java 11 Local Variable Syntax for Lambda Parameters

How’s that?



Java 11 Single File Source Code

Java 11 was released recently. Like my series of articles on Java 10, at Baeldung we decided to cover important Java 11 features through multiple articles.

Here is the first such article in which I talk about how we can run Java code as a script file. Yes, you read that right! More details here:
Java 11 Single File Source Code

What do you think? Will it be useful for beginners?



Rate Limiting in Spring Cloud Netflix Zuul

Here’s my new article on Baeldung:
Rate Limiting in Spring Cloud Netflix Zuul

What do you think?