Due to the critical nature of the systems and to the severe and critical nature of the log4shell vulnerability, an alternative approach to fixing it was required. Java Agents played a crucial role in this defense strategy. InfoQ reached out to Arshan Dabi... (more…)
Read more »
While building a Java Web APP starter kit I needed to implement, between other things, the following:
... (more…)
Read more »
Java.util package provides a BitSet class which implements a vector of bits that grows as needed. Each component of the bit set has a boolean value. The bits of a BitSet are indexed by nonnegative integers. By default, all bits in the set initially have t... (more…)
Read more »
A wonderful collection of projects to check out for code samples and seeing the power of Java in action.
Read more »
Developers use APIs to for everything! You build APIs for your own apps to consume, or as a part of a microservices architecture. Bottom line, you’re buildin... (more…)
Read more »