Spring Quiz 4 | Englishfreetest.com
Here's the exercise 'Spring Quiz 4 | Englishfreetest.com' about Technical Quiz - Technical Tests.
Put your knowledge about all things technology to the test Because everything tech, from computers and the internet to software and big data, changes rapidly on a day-to-day basis, it’s now a must to stay up to date with the technology that dominates our modern day lives. Are you up to speed on what’s going on in the tech industry today? Take our quiz to find out. Test how much you know about technology
You can find more to the lesson and more exercises. Technical Quiz - Technical Tests in here.
Finally, click here to "Test" for start practice exercise .
Content test:
A. The @Autowired annotation can be used to autowire bean on the setter method
B.This annotation provides more fine-grained control over where and how autowiring should be accomplished
C.The @Autowired annotation can be used to autowire bean on the methods with arbitrary names and/or multiple arguments
D. All of above
A. A represents a object in your application where you can plug-in AOP aspect
B. The object being advised by one or more aspects, this object will always be a proxy object, also referred to as the advised object
C. This is used to inject values in objects
D. This is not invoked during program execution by Spring AOP framework
A.MySql
B.PostgresSql
C. NoSql
D.Oracle
A.Run advice after a method execution regardless of its outcome
B. Run advice after a class loads
C.Run advice after http response is returned
D.Run advice after http request is processed
A.In Beans configuration file
B.Web.xml file
C. Meta-inf/dispatcher.xml
D.Web-inf/ dispatcher.xml
A.It processes beans once a bean is initialized
B.It defines callback methods that you can implement to provide your own instantiation logic, dependency-resolution logic etc
C. It processes beans once a bean is loaded
D.It processes beans once a bean exits
A.Beans, Core, Context, SpEL
B.Core, Context, ORM, Web
C.Core, Context, Aspects, Test
D.Bean, Core, Context, Test
A. JDBCHelper
B.JdbcTemplate
C. DBHelper
D.DBTemplate
A.The AOP module provides aspect-oriented programming implementation allowing you to define method-interceptors and pointcuts to cleanly decouple code that implements functionality that should be separated
B.The Aspects module provides integration with AspectJ - Which is again a powerful and mature aspect oriented programming (AOP) framework
C.The Instrumentation module provides class instrumentation support and class loader implementations to be used in certain application servers
D.All of the above
A.This helps in wiring a list of values, allowing duplicates
B.This helps in wiring a list of values but without any duplicates
C.This can be used to inject a collection of name-value pairs where name and value can be of any type
D.This tag is not supported