Explain Codes LogoExplain Codes Logo

Java

Get a random number focused on center

java
random-number-generation
gaussian-distribution
performance-optimization

Get a list of resources from classpath directory

java
resource-management
classpath-resources
reflection-library

Generating all permutations of a given string

java
performance
optimizations
recursion

Generate Java class from JSON?

java
json-serialization
jackson-library
java-annotations

Functional interface that takes nothing and returns nothing

java
functional-programming
lambda-expressions
multithreading

Format LocalDateTime with Timezone in Java8

java
time-zone
date-formatting
java-8

Format a date using the new date time API

java
date-time-api
date-formatting
java-8

Fetch first element of stream matching the criteria

java
lambda
filter
findFirst

Fatal error compiling: invalid target release: 1.8 -> [Help 1]

java
maven-compiler-plugin
java-8
environment-variables

Failed to load the JNI shared Library (JDK)

java
java-8
eclipse
jvm

Extracting .jar file with command line

java
prompt-engineering
java-8
jar

"expected BEGIN_OBJECT but was STRING at line 1 column 1"

java
json-validation
exception-handling
retrofit

Exception thrown inside catch block - will it be recaught or not?

java
exception-handling
try-catch-blocks
best-practices

Error: Could not create the Java Virtual Machine Mac OSX Mavericks

java
error-handling
jvm-options
java-configuration

Ejb's - when to use Remote and/or local interfaces?

java
remote-interfaces
ejb-design
scalability

Eclipse: How to change the highlight color of selected method/expression?

java
ide
customization
preferences

Easy way to write contents of a Java InputStream to an OutputStream

java
io-operations
stream-management
best-practices

Dynamically Changing log4j log level

java
log4j
jmx
spring

Downloading Java JDK on Linux via wget is shown license page instead

java
prompt-engineering
best-practices
tools

Download a file from Spring boot rest service

java
resource-management
file-downloads
spring-boot