#java
Read more stories on Hashnode
Articles with this tag
There are cases where you want to make sure that a string has only a certain max length, this is something you mainly want to do if the string comes...
SQL is the standard when you work with a relational database, but with higher level abstractions we have made similar abstractions of SQL, some still...
I was very interested to try out Gradle and see how it compares to Maven. I knew that both tools are very similar but Gradle is more flexible and has...
With the arrival of dependency injection and web services, it seems that we have started to focus more on services and how they can work together...
With the introduction of Optionals, people thought they could get rid of nullpointer exceptions, simply use optionals everywhere where there will be...