Spring Boot - Async Processing
Analyze this Spring Boot async method:
@Async
public void performTask() {
throw new IllegalStateException("Failure");
}What is the expected behavior when performTask() is called?
Analyze this Spring Boot async method:
@Async
public void performTask() {
throw new IllegalStateException("Failure");
}What is the expected behavior when performTask() is called?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions