Spring Boot/ Sample Test,Sample questions

Question:
 Can we handle exceptions in Spring Boot?

1.Yes

2.No

Posted Date:-2020-11-25 00:19:23


Question:
 Choose annotation, to handle the exceptions globally

1.@GlobalAdvice

2.@ControllerAdvice

3.Both

4.None

Posted Date:-2020-11-25 00:21:17


Question:
 the code to create @ControllerAdvice class to handle the exceptions globally

1.import org.springframework.web.bind.annotation.@GlobalAdvice ; @ControllerAdvice public class ProductExceptionController { }

2.import org.springframework.web.bind.annotation.@@GlobalAdvice ; @GlobalAdice public class ProductExceptionController { }

3.import org.springframework.web.bind.annotation.ControllerAdvice; @ControllerAdvice public class ProductExceptionController { }

4.None

Posted Date:-2020-11-25 00:25:27


Question:
Choose annotation used to handle the specific exceptions and sending the custom responses to the client.

1.@GlobalAdvice

2.@ControllerAdvice

3.@ComponentScan

4.@ExceptionHandler

Posted Date:-2020-11-25 00:22:31


More MCQS

  1. help4info.com
  2. help4info.com
  3. help4info.com
Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!