Java Beans And Jdbc - Study Mode
[#1] Java Beans are extremely secured?
Correct Answer
(B) False
[#2] Which design pattern works on data and action taken based on data provided?
Correct Answer
(A) Command pattern
[#3] Which of the following is used to limit the number of rows returned?
Correct Answer
(A) setMaxRows(int i)
[#4] How to specify autowiring by name?
Correct Answer
(A) @Qualifier
[#5] Which design pattern provides a single class which provides simplified methods required by client and delegates call to those methods?
Correct Answer
(C) Facade pattern