Interviewer And Interviewee Guide

JMX Interview Question:

What is lazy initialization?

Submitted by: Administrator
Bean is not allocated until it is actually needed - dependency injected - or requested via getBean(). specify lazy="true" (false by default). Only useful if bean genuinely may never be used in most runs of the application.
Submitted by:

Read Online JMX Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.