Explain Codes LogoExplain Codes Logo

Java

Calling remove in foreach loop in Java

java
concurrent-modification-exception
iterator
collections

Calling outer class function from inner class

java
nested-classes
inner-classes
encapsulation

Calling Non-Static Method In Static Method In Java

java
object-oriented-principles
static-methods
non-static-methods

Calling Clojure from Java

java
prompt-engineering
functions
best-practices

Calling a @Bean annotated method in Spring java configuration

java
singleton
spring
bean

Callback functions in Java

java
callback-engineering
lambda
functional-interfaces

Calculating the difference between two Java date instances

java
prompt-engineering
java-8
time-unit-conversions

Calculate size of Object in Java

java
object-measurement
memory-measurer
unsafe-class

Built-in Java 8 predicate that always returns true?

java
lambda-expressions
predicate-functions
java-8-features

Building vs. Compiling (Java)

java
build-process
continuous-integration
dependency-management

Breakpoints are crossed out, how can I make them valid?

java
debugging
breakpoints
ide-settings

Bold words in a string of strings.xml in Android

java
spannable-strings
html-formatting
text-utils

Bigdecimal setScale and round

java
prompt-engineering
rounding-mode
mathcontext

Best way to work with dates in Android SQLite

java
date-manipulation
sqlite-best-practices
android-development

Best way to parseDouble with comma as decimal separator?

java
decimal-format
locale-specific
number-format

Best practices for using Markers in SLF4J/Logback

java
logging
best-practices
logback

@autowired and static method

java
dependency-injection
spring-framework
best-practices

At runtime, find all classes in a Java application that extend a base class

java
reflection
dynamic-discovery
class-loader

Assert equals between 2 Lists in Junit

java
assertj
junit
testing

Assertcontains on strings in jUnit

java
assertions
testing
best-practices