Loading, please wait...

Java Spring and Spring boot MCQ Quiz (Multiple Choice Questions And Answers)

Search here for MCQs

Are you preparing for the next job interviews? If yes, trust me this post will help you also we'll suggest you check out a big collection for Programming Full Forms that may help you in your interview:

List of Programming Full Forms 

16. What are different types of Autowire?

  • byName
  • byType
  • constructor
  • autodetect
  • All of the above

17. In what points, can weaving be applied?

  • Compile Time
  • Class load Time
  • Runtime
  • All of the above

18. What exceptions do the DAO classes, use in Spring throw?

  • SQLException
  • Exception
  • IOException

19. How many types of lOC (dependency injection)?

  • Setter Injection
  • Constructor Injection
  • Interface Injection
  • All of the above

20. To deal with the databases, spring framework provides______________

  • DatabaseTemplate
  • JdbcPluggins
  • JdbcDrivers
  • JdbcTemplate