What is postconstruct?



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

Post New Answer

More Spring Framework Interview Questions

Can we autowire an interface?

1 Answers  


What is core spring?

1 Answers  


What does @bean do in spring?

1 Answers  


What is use of @transactional?

1 Answers  


What is inversion of control in spring?

1 Answers  


How would you link the spring mvc framework and mvc architecture?

1 Answers  


What is a joinpoint?

1 Answers  


Is jdk an api?

1 Answers  


What is the default scope of spring component?

1 Answers  


Describe some of the standard spring events?

1 Answers  


How do beans become 'singleton' or prototype?

1 Answers  


Why do we use autowiring in spring?

1 Answers  


Categories