排序
13 Reasons To Move From Java 8 To Java 11
13 Reasons To Move From Java 8 To Java 11,Despite Java 11 being released in September 2018, 64% of developers report that Java 8 remains the most often used release. A further 27% ...
Java New String Methods – From Java 8 To Java 17
Java New String Methods – From Java 8 To Java 17,Strings are the most used data type in Java. Almost every application in Java makes use of strings. That’s why strings are treate...
Let’s use the new HTTP Client that java 11 brought
Let's use the new HTTP Client that java 11 brought, Java 11 brought an inbuilt HTTP client. As a result, we don’t need a third-party library anymore to invoke an HTTP request. Let...
Reclaim 25% of Java Heap Memory and Lower Your Cloud Bills
Reclaim 25% of Java Heap Memory and Lower Your Cloud Bills, You can save up to 25% of heap memory using latest java which means less cloud bills Do you know that you can save up to...
Novidades do Java 11
Novidades do Java 11,A nova versão LTS do Java chegou e com ela tivemos algumas mudanças não só a nível de código, mas também de como a Oracle lida com as novas releases; ag...
My experience in taking OCP Java SE 11 Developer
My experience in taking OCP Java SE 11 Developer, Introduction As an experienced Java Developer, It was an opportunity for me to take the discounted exam (90% off) starting from Fe...
Clean Validation in Java with Predicates
Clean Validation in Java with Predicates,Imagine that you have to consume an API to retrieve data from people of your company. Now imagine that all these data don’t follow any pat...