Explain Codes LogoExplain Codes Logo

Java

What does it mean to hydrate an object?

java
object-relational-mapping
hydration
orm

What is the best way to tell if a character is a letter or number in Java without using regexes?

java
character-validation
string-manipulation
conditional-statements

How to use JUnit to test asynchronous processes

java
async-testing
junit
test-automation

Mockito - NullpointerException when stubbing Method

java
mockito
unittesting
best-practices

Lombok added but getters and setters not recognized in Intellij IDEA

java
intellij-idea
lombok
annotation-processing

How do you format the day of the month to say "11th", "21st" or "23rd" (ordinal indicator)?

java
date-formatting
java-time
unit-testing

Java HTTPS Client Certificate Authentication

java
ssl-context
https-client
client-certificates

Generating a Random Number between 1 and 10 in Java

java
random-number-generation
java-utility-classes
performance-optimization

How do I fix a NoSuchMethodError?

java
reflection
inheritance
best-practices

How to sort List of objects by some property

java
comparator
sorting
java-8

How to convert Strings to and from UTF8 byte arrays in Java

java
encoding
utf8
byte-arrays

Collections.emptylist() vs. new instance

java
immutability
singleton-pattern
best-practices

What is difference between Collection.stream().forEach() and Collection.forEach()?

java
stream-api
concurrent-modification
best-practices

How do I install Java on Mac OSX allowing version switching?

java
version-management
java-installation
sdkman

Replace a character at a specific index in a string?

java
string-manipulation
best-practices
performance

Big-o summary for Java Collections Framework implementations?

java
big-o
collections
performance

Where is Java's Array indexOf?

java
prompt-engineering
performance
stream-api

How to extract IP Address in Spring MVC Controller get call?

java
prompt-engineering
best-practices
security

How to determine day of week by passing specific date?

java
date-formatting
datetimeformatter
localdate

The Forked VM Terminated Without Saying Properly Goodbye. VM Crash or System.exit Called

java
maven
troubleshooting
jvm