Memcached is one of the widely used distributed memory object caching solution out there. I’ve been using it since last 3 years actively for number of
Category: Articles
Java 8 lambda filtering based on condition as well as order
I was trying to filter a list based on multiple conditions, sorting.class Student{ private int Age; private String className; private String Name; public Student(…
Formatting with printf() in Java | Baeldung
Learn how to format output using Java’s PrintStream.printf() method
Powerful, extensible code with Tagless Final in … Java!
Tagless final is all the rage in the Scala community at the moment. It is a technique that allows you to define the general structure of…
Distributed Java Locks With Redis – DZone Java
To ensure that no two threads can access the same resource and that the resource is operated in a predictable sequence, programmers use a method known as locks.
Will You Use Amazon’s Corretto? [Discussion] – DZone Java
Amazon has released a preview version of Corretto 8, offering long-term support for users who develop with Java. Will you use Corretto?
OpenJDK Startup From 8 Through 11
I’ve touched on regressions and improvements to Java startup in both talks and in an earlier entry in my blog. I got some nice feedback along with requests for ever more details.
Bitwise operation not concatenating with string in print() in Java
This code int a = 6;System.out.print(“The result is ” + a*a);works just fine, but this oneint a = 6;System.out.print(“The result is ” + a^a);produces an exception: Exception in thread …
Hibernate 5 Java Configuration Example – DZone Java
Configuring Hibernate 5 is a snap. We take a look at how to do this using Java configuration instead of XML.
Java vs Python in 2018 – Detailed Comparison
The world is fast moving and so the technologies. Each and every aspect of our lives depends upon te…
Java Weekly, Issue 257 | Baeldung
A comprehensive look at the raw, multi-line String literals feature coming soon to Java 12, and Spring Framework delivers three new releases.
Java Challengers #5: Sorting with Comparable and Comparator in Java
Comparable or Comparator? Choose the correct interface for the sorting algorithm you need
Zulu® Enterprise OpenJDK Java Support Options
Learn more about Azul’s Java support options for Zulu Enterprise OpenJDK Support JDK 8 Support JDK 7 JDK 11 Java 8 Java 11 premium standard Java update
Java 12 Raw String Literals
Java 12 finally brings support for raw strings. They can span multiple lines and you don’t need to escape special characters. Especially useful for regular expressions.
Markus Eisele x Java Daily – Dreamix Group
Check out the interview with Markus Eisele in our special Java Daily edition. He was kind enough to share his experience on 5 Java related questions.