Explain Codes LogoExplain Codes Logo

Java

Getting Spring Application Context

java
singleton
ioc
autowired

What does %5B and %5D in POST requests stand for?

java
url-encoding
java-encoding
url-decoding

Intellij - Convert a Java project/module into a Maven project/module

java
maven-integration
intellij-configuration
project-structure

How do I write a correct micro-benchmark in Java?

java
benchmarking
performance-tuning
jvm-optimization

Java class that implements Map and keeps insertion order?

java
map-implementation
linkedhashmap
performance-optimization

How to change root logging level programmatically for Logback

java
logging
logback
configuration

What's wrong with using == to compare floats in Java?

java
floating-point-precision
epsilon
best-practices

Where should I put the log4j.properties file?

java
log4j-properties
development-environment
logging-best-practices

Removing Java 8 JDK from Mac

java
java-removal
mac-os
java-configuration

Efficient way to do batch INSERTS with JDBC

java
jdbc-tuning
database-performance
transaction-management

How to set the environment variables for Java in Windows

java
environment-variables
java-development
windows

Java SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss'Z'") gives timezone as IST

java
date-formatting
timezone-management
java-date-api

Spring - No EntityManager with actual transaction available for current thread - cannot reliably process 'persist' call

java
transactional-annotation
entity-manager-fundamentals
jpa-transaction-management

Why so red? IntelliJ seems to think every declaration/method cannot be found/resolved

java
intellij
maven
gradle

Java: Check if enum contains a given string?

java
enum-operations
performance-optimization
best-practices

How to iterate over a TreeMap?

java
iterator
lambda
generics

What is the difference between putting a property on application.yml or bootstrap.yml in spring boot?

java
spring-boot
configuration
best-practices

Best way to compare 2 XML documents in Java

java
xml-comparison
xml-unit
xml-parsing

Retain precision with double in Java

java
precision-engineering
best-practices
rounding

How to check the jdk version used to compile a .class file

java
bytecode-analysis
jdk-versions
javap