Все публикации

How can you reduce a Stream? - Cracking the Java Coding Interview

What are the preview features? - Cracking the Java Coding Interview

Difference between Enum and Enumeration - Cracking the Java Coding Interview

How does the forEach() method work? - Cracking the Java Coding Interview

How can you join the elements of a Stream of Strings? - Cracking the Java Coding Interview

What is a Supplier? - Cracking the Java Coding Interview

Open Questions About #Java's String Templates #IJN

How can you generate random numbers? - Cracking the Java Coding Interview

What does volatile mean? - Cracking the Java Coding Interview

The Issues with #Java's String Template Proposal #IJN

How can you join the elements of a Collection of Strings? - Cracking the Java Coding Interview

What is the difference between an Iterator and a Spliterator? - Cracking the Java Coding Interview

What is a Read Write Lock? - Cracking the Java Coding Interview

Why you should not use static initializers? - Cracking the Java Coding Interview

What is the first thing that a constructor does? - Cracking the Java Coding Interview

Differences between an interface and an abstract class? - Cracking the Java Coding Interview

Why should you prefer private fields and accessors? - Cracking the Java Coding Interview

What is a MethodHandle - Cracking the Java Coding Interview

What is a Semaphore? - Cracking the Java Coding Interview

How can you loop backward? - Cracking the Java Coding Interview

Big Update to the Files Class in JDK 20

What is a text block? - Cracking the Java Coding Interview

What is the filter() method? - Cracking the Java Coding Interview

On-Ramp to #Java - Gavin Bierman