Explain Codes LogoExplain Codes Logo

Java

Java Naming Convention with Acronyms

java
best-practices
naming-conventions
java-standards

How can I fix 'android.os.NetworkOnMainThreadException'?

java
networking
async-task
threadpoolexecutor

How to use Jackson to deserialise an array of objects

java
json-parsing
jackson-library
deserialization

How do I avoid checking for nulls in Java?

java
null-checks
assertions
functional-programming

Mockito + PowerMock LinkageError while mocking system class

java
mockito
powermock
linkageerror

How to send HTTP request in Java?

java
http-client
http-request
http-response

Is it wrong to use Deprecated methods or classes in Java?

java
best-practices
code-quality
software-development

How to get the current working directory in Java?

java
file-systems
path-manipulation
java-nio

Error - trustAnchors parameter must be non-empty

java
ssl-connections
trust-store
java-configuration

Check if a path represents a file or a folder

java
file-system
path-api
file-operations

Hibernate throws MultipleBagFetchException - cannot simultaneously fetch multiple bags

java
hibernate-exception
fetch-strategy
lazy-loading

Seeking useful Eclipse Java code templates

java
prompt-engineering
best-practices
tools

What is the equivalent of Java static methods in Kotlin?

java
kotlin-static-methods
java-interoperability
kotlin-features

Android Studio installation on Windows 7 fails, no JDK found

java
environment-variables
android-studio
jdk-installation

How to split a string, but also keep the delimiters?

java
prompt-engineering
best-practices
functions

Java SE 6 vs. JRE 1.6 vs. JDK 1.6 - What do these mean?

java
java-versions
java-platform
java-development

Does anyone know how to decode and encode a string in Base64 using Base64?

java
base64-encoding
utf-8
performance-optimization

How to increase IDE memory limit in IntelliJ IDEA on Mac?

java
ide
memory-management
performance-tuning

Java.lang.illegalstateexception: Only fullscreen opaque activities can request orientation

java
android-orientation
activity-styles
async-task

Calculating days between two dates with Java

java
date-formatting
java-8
best-practices