Explain Codes LogoExplain Codes Logo

Java

How do I resolve the "java.net.BindException: Address already in use: JVM_Bind" error?

java
process-termination
port-conflict
system-administration

Failed to install android-sdk: "java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema"

java
java-8
android-sdk
java-opts

When do you use Java's @Override annotation and why?

java
best-practices
coding-standards
java-8

Could not extract ResultSet in Hibernate

java
hibernate-annotations
entity-mapping
foreign-keys

See all the Java versions installed on Mac

java
java-management
java-versions
mac-os

In Java, how do I parse XML as a String instead of a file?

java
xml-parsing
java-xml
encoding

What's the syntax for mod in java

java
remainder-operator
performance-considerations
best-practices

Unsupportedtemporaltypeexception when formatting Instant to String

java
datetimeformatter
instant
date-and-time

Why does IntelliJ give me "Package doesn't exist" error?

java
intellij
maven
gradle

Received fatal alert: handshake_failure through SSLHandshakeException

java
ssl-configuration
handshake-exception
ssl-handshake

Java 256-bit AES Password-Based Encryption

java
cipher-input-stream
key-derivation
java-cryptography-extension

How to create a sub array from another array in Java?

java
array-copying
java-8-streams
legacy-java

Android Studio Could not initialize class org.codehaus.groovy.runtime.InvokerHelper

java
java-8
gradle
android-studio

Why does my Spring Boot App always shutdown immediately after starting?

java
interview-preparation
best-practices
debugging

Increase heap size in Java

java
jvm-tuning
heap-optimization
garbage-collection

How to use null in switch

java
null-handling
pattern-matching
switch-expressions

How can I get a resource content from a static context?

java
singleton
memory-leaks
resource-management

Set time to 00:00:00

java
date-formatting
time-zone
java-time-api

Does Spring Data JPA have any way to count entities using method name resolving?

java
spring-data-jpa
method-name-resolving
count-queries

Accept server's self-signed SSL certificate in Java client

java
ssl
truststore
trustmanager