Explain Codes LogoExplain Codes Logo

Java

Java: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target

java
ssl-certificates
debugging
best-practices

Why Maven uses JDK 1.6 but my java -version is 1.7

java
java-8
maven
jdk

How to get the user input in Java?

java
input-methods
scanner-class
user-input

Does Java 8 provide a good way to repeat a value or function?

java
stream-engineering
java-8
functions

Android adding simple animations while setvisibility(View.GONE)

java
animation-engineering
view-visibility
transition-management

How to use regex in String.contains() method in Java

java
regex
string-methods
pattern-quote

Difference between Spring @Controller and @RestController annotation

java
spring
annotation
restful-services

Getting the filenames of all files in a folder

java
file-management
file-system
java-8

Eclipse returns error message "Java was started but returned exit code=1"

java
eclipse-error
java-configuration
jvm-configuration

Convert java.time.LocalDate into java.util.Date type

java
date-conversion
time-zone
java-time-api

Stringutils.isblank() vs String.isEmpty()

java
best-practices
java-8
string-manipulation

Passing multiple variables in @RequestBody to a Spring MVC controller using Ajax

java
spring-mvc
ajax
request-body

Is it possible to set a custom font for entire of application?

java
prompt-engineering
best-practices
singleton

Why not use java.util.logging?

java
logging-performance
logging-implementation
best-practices

What does the ^ operator do in Java?

java
bitwise-operations
xor
encryption

How do I check that a Java String is not all whitespaces?

java
regex-patterns
string-manipulation
null-pointer-exception

Sending POST data in Android

java
android-networking
httpurlconnection
retrofit

Way to get the number of digits in an int?

java
performance
best-practices
mathematical-operations

Convert java.util.Date to String

java
date-formatting
java-date
simpledateformat

Launching Google Maps Directions via an Intent on Android

java
prompt-engineering
best-practices
android-development