What is a HashSet A HashSet is an unordered collection containing unique elements. It has the standard collection operations Add, Remove, Contains, but since it uses a hash-based implementation, these operations are O(1) Learn with a Programming Question ... (more…)
Read more »
How Pattern Matching is slowly changing the way you can write Java programs. This JEP Café tutorial covers Pattern Matching for Instanceof, Pattern Matching ... (more…)
Read more »
Microservices show where Java lags behind other languages. Reactive programming provides a concise DSL to express the movement of state and to write concurrent, multithreaded code with better scaling. Developing in Spring Boot works well even without spec... (more…)
Read more »
Ariel Pisetzky, Taboola's VP of IT, explains why switching to Azul Java to power their Big Data infrastructure was essential to fuel the rapid growth of their company. (more…)
Read more »