Explain Codes LogoExplain Codes Logo

Java

What does it mean: The serializable class does not declare a static final serialVersionUID field?

java
serialization
best-practices
java-serialization

How to run Gradle test when all tests are UP-TO-DATE?

java
gradle
test
build-cache

Is it possible to read from a InputStream with a timeout?

java
io-operations
timeout-handling
non-blocking-io

How to know if other threads have finished?

java
concurrency
threading
best-practices

Java code for getting current time

java
time-zones
java-8
best-practices

Best way to list files in Java, sorted by Date Modified?

java
file-io
sorting
performance-optimization

How to return a custom object from a Spring Data JPA GROUP BY query

java
dto
lombok
spring-data

Java - Convert Integer to String

java
type-conversion
string-formatting
java-8

Is the order guaranteed for the return of keys and values from a LinkedHashMap object?

java
linked-list
hash-table
map-implementation

Multiple packages in context:component-scan, spring config

java
best-practices
spring-config
component-scanning

Maven plugins cannot be found in IntelliJ

java
maven-integration
intellij-configuration
dependency-resolution

The import javax.servlet can't be resolved

java
servlet-api
eclipse-configuration
maven-dependency

Best way to concatenate List of String objects?

java
string-concatenation
stringbuilder
java-streams-api

How to escape text for regular expression in Java?

java
regex-escaping
pattern-quote
regular-expression

Maven compile with multiple src directories

java
maven-plugin
build-helper-maven-plugin
java-configuration

Eclipse cannot load SWT libraries

java
prompt-engineering
best-practices
tools

What is a classpath and how do I set it?

java
classpath
java-8
best-practices

Spring JPA selecting specific columns

java
jpa
spring-data
query-optimization

Is there a way to get rid of accents and convert a whole string to regular letters?

java
accent-removal
normalizer
unicode

Testing Private method using mockito

java
test-engineering
mockito
reflection