What is postconstruct?
Answer / Nitesh Kumar Pal
PostConstruct is a method annotated with @PostConstruct in Spring Framework. It is executed after the object has been fully constructed by the framework, but before it is used.
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we autowire an interface?
What is core spring?
What does @bean do in spring?
What is use of @transactional?
What is inversion of control in spring?
How would you link the spring mvc framework and mvc architecture?
What is a joinpoint?
Is jdk an api?
What is the default scope of spring component?
Describe some of the standard spring events?
How do beans become 'singleton' or prototype?
Why do we use autowiring in spring?