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...


Differentiate between null, nil, none and nothing?



Differentiate between null, nil, none and nothing?..

Answer / Rina Kumari

In Scala:nn- null: It is used for a reference to an object that has not been initialized.n- nil: It is used specifically with Option type to represent the absence of a value (similar to None).n- none: It is an instance of the Option[A] class which wraps a value of type A and provides methods for handling the absence of a value (similar to None but it can be used as a pattern matching option).n- nothing: It represents a type in Scala's Type Level Programming, denoting that there is no value of a given type.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Scala Interview Questions

What is Primary Constructor? What is Secondary or Auxiliary Constructor in Scala?

1 Answers  


Why is scala good for big data?

1 Answers  


When can you use traits?

1 Answers  


What is Case Classes?

1 Answers  


What is a ‘Scala map’?

1 Answers  


What is a Companion Object in Scala? What is a Companion Class in Scala? What is the use of Companion Object in Scala?

1 Answers  


What do you mean by option in scala and why it is used?

1 Answers  


What is bitset in scala?

1 Answers  


What is the usage of isInstanceOf and asInstanceOf methods in Scala? Is there anything similar concept available in Java?

1 Answers  


Differentiate nil, null, none, and nothing in scala.

1 Answers  


How many operators are there in Scala and Why?

1 Answers  


What is unit in scala?

1 Answers  


Categories