Explain Codes LogoExplain Codes Logo

Java

Changing Java Date one hour back

java
java-8
date-time
time-zone

Change remote repository credentials (authentication) on IntelliJ IDEA 14

java
credential-management
intellij-idea
git-credentials

Change Author template in Android Studio

java
template-engineering
best-practices
file-templates

C# equivalent to Java's charAt()?

java
string-manipulation
indexing
performance-optimization

Causes of getting a java.lang.VerifyError

java
verify-error
javap
bytecode

Can you add a custom message to AssertJ assertThat?

java
assertions
custom-messages
assertj

Can't start Eclipse - Java was started but returned exit code=13

java
eclipse-configuration
jvm-configuration
java-versions

Can't make Jackson and Lombok work together

java
lombok
jackson
builder-pattern

Can Retrofit with OKHttp use cache data when offline

java
cache-control
offline-caching
retrofit-okhttp

"cannot start compilation: the output path is not specified for module..."

java
intellij-settings
gradle-project
output-path

Cannot refer to a non-final variable inside an inner class defined in a different method

java
closures
effectively-final
encapsulation

Can not deserialize instance of java.util.ArrayList out of START_OBJECT token

java
custom-deserializer
json-structure
deserialization

Can Java 8 code be compiled to run on Java 7 JVM?

java
backporting
retrolambda
bytecode

Can I use Class.newInstance() with constructor arguments?

java
constructor
newInstance
reflection

Can I set a TTL for @Cacheable

java
cache-management
ttl
spring-cache

Can I pass parameters by reference in Java?

java
pass-by-reference
mutable-wrappers
atomic-references

Can I obtain method parameter name using Java reflection?

java
reflection-api
parameter-names
javac-compiler

Can I add jars to Maven 2 build classpath without installing them?

java
maven-plugins
dependency-management
build-process

Can a java lambda have more than 1 parameter?

java
lambda
functional-interfaces
java-8

Can a constructor in Java be private?

java
singleton
best-practices
code-testing