Interview questions
4 subscribers
6 files
3 links
Answers to common Java Backend questions

My Linked in: www.linkedin.com/in/axmadullo-ubaydullayev-0738a1210

Tg: @HardWorker3334
Download Telegram
How many Bean scopes exist?

singleton (object creates once and uses everywhere) , prototype (new object every time) , session (used rarely)

#singleton #prototype