Selenium-Java : Interview Question 1: Singleton Class

preview_player
Показать описание
Selenium Java Interview Questions Series:
-------------------------------------------------------------------------
1. What is Singleton Class
2. How to Implement Singleton class.
Рекомендации по теме
Комментарии
Автор

Excellent lucid Explanation .Thanks dear

CMsuka
Автор

Ok, static object can just call static method, right? But what reason should they be static? This way, it is not it in memory.... what the benefits in being static?

chpasta
Автор

What's the use of singleton class?

NewbieInForeignLand