Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is the use of 'object' keyword in Scala? How to create Singleton objects in Scala?



What is the use of 'object' keyword in Scala? How to create Singleton objects in Scala?..

Answer / Vishakha Dutt

The 'object' keyword in Scala is used to declare a singleton object, which is an object that can have only one instance. To create a singleton object in Scala, you simply define it using the 'object' keyword without creating any constructor or methods.nnHere is an example:n```scalanobject SingletonObject {n val someValue: String = "Hello World"n}n```

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Scala Interview Questions

What is the best tool to develop Play/Scala applications to persist data in MongoDB NoSQL data store?

1 Answers  


What is the use of auxiliary constructors in scala? explain the rules to follow in defining auxiliary constructors in scala?

1 Answers  


What is a ‘Scala set’? What square measure ways through that operation sets square measure expressed?

1 Answers  


What do you mean by ofdim in scala?

1 Answers  


Mention how scala is different from java?

1 Answers  


How do we implement loops functionally? What is the difference between OOP and FP style loops?

1 Answers  


What are the popular MVC frameworks for Scala Language to develop Web Applications?

1 Answers  


What is scala programming used for?

1 Answers  


What is the difference between 'val' and 'lazy val' in Scala? What is Eager Evaluation? What is Lazy Evaluation?

1 Answers  


What is unit in scala?

1 Answers  


What is lambda expression in scala?

1 Answers  


How to install scala? Explain

1 Answers  


Categories