What is the attribute of java bean to specify scope of bean to have single instance per Spring IOC?
(a) prototype
(b) singleton
(c) request
(d) session
I had been asked this question at a job interview.
The question is from Java Beans in division Java Beans & JDBC of Java