What is lazy loading java?



What is lazy loading java?..

Answer / Dolly

Lazy loading in Java is not a native concept like it is in React or some other frameworks. However, it can be achieved using various techniques such as implementing interfaces with lazy-initialized fields, using Proxy for dynamic property initialization, or using libraries like Google Guava's LoadingCache.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JavaScript Interview Questions

Hi all, I got a job in Bangalore even though it's recession time. They have said my project will involve Java, Ruby on Rails, Ajax and they also said Web Services (which i have always wanted to try) and some stuff I have not much exposure like REST, mashups and Struts. Can anyone tell me if there are some good training or conferences to get to speed with these technologies. I need to do really good in my job. Thanks, Vaibhavi

1 Answers  


what is onfocus and onblur events in java script?

2 Answers  


How do I add javascript to chrome?

1 Answers  


How can you get the total number of arguments passed to a function?

1 Answers  


what is the difference between the below two statements:- (1) var myname = "akiii"; (2) myname = "akiii";

1 Answers  


How do you implement Ajax using hide() function in JQuery?

2 Answers   QuinStreet,


What is the difference between ‘function declaration’ and ‘function expression’?

1 Answers  


What are the benefits of learning javascript?

1 Answers  


How will you explain closures in javascript? When are they used?

1 Answers  


What are the new ways to define a variable in Javascript?

1 Answers  


How to convert numbers to strings using javascript?

1 Answers  


Can you explain the difference between call and apply?

1 Answers  


Categories