Explain Codes LogoExplain Codes Logo

Java

Is there a way to ignore a single FindBugs warning?

java
findbugs-suppression
spotbugs-annotations
java-8-features

How can I inject a property value into a Spring Bean which was configured using annotations?

java
spring-configuration
property-injection
spel-expressions

Sorted collection in Java

java
collections
performance
best-practices

Why should Java 8's Optional not be used in arguments

java
best-practices
performance
functional-programming

How to obtain the start time and end time of a day?

java
time-management
date-handling
java-8

How is "mvn clean install" different from "mvn install"?

java
mvn-clean-install
maven-lifecycle
build-process

How to find the JVM version from a program?

java
jvm-configuration
java-properties
runtime-environment

Abstract class in Java

java
abstract-classes
oop
polymorphism

What is Dispatcher Servlet in Spring?

java
spring
dispatcher-servlet
request-processing

Import PEM into Java Key Store

java
key-store
java-security
cryptography

Java.sql.sqlexception: No suitable driver found for jdbc:mysql://localhost:3306/dbname

java
jdbc
database-connection
error-handling

How do I convert a byte array to Base64 in Java?

java
base64-encoding
java-8
best-practices

How to do method overloading for null argument?

java
method-overloading
null-argument
java-specification

How do I set up IntelliJ IDEA for Android applications?

java
intellij-idea
android-sdk
gradle

Set TextView text from html-formatted string resource in XML

java
html-engineering
android-development
textview

How to combine paths in Java?

java
path-engineering
best-practices
file-handling

.war vs .ear file

java
deployment
best-practices
software-lifecycle-management

How to detect a loop in a linked list?

java
algorithm
linked-list
cycle-detection

Illegalmonitorstateexception on wait() call

java
threading
concurrency
synchronization

How can I generate a random number in a specific range in Android?

java
random-number-generation
java-random
programming-tips