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 Unit in Scala? What is the difference between Java’s void and Scala’s Unit?



What is Unit in Scala? What is the difference between Java’s void and Scala’s Unit?..

Answer / Pappu Kumar Choudhary

Unit is a special type in Scala, similar to void in Java, but they have some differences. While void in Java signifies the absence of a return value for a method, Scala's Unit represents an empty value (similar to Null or Nothing in other languages). The key difference is that Scala functions always implicitly return Unit if no return type is specified, while Java methods with a return type of void explicitly state that they don't return any value.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Scala Interview Questions

What is recursion tail in scala?

1 Answers  


What is the equivalent construct of Scala’s Option in Java SE 8? What is the use of Option in Scala?

1 Answers  


Explain function currying in scala?

1 Answers  


mention the types of variables in scala? And what is the difference between them?

1 Answers  


How does it work under-the-hood, when we create an instance of a Class without using ‘new’ keyword in Scala? When do we go for this approach?

1 Answers  


Explain what is unit in scala?

1 Answers  


Explain streams in scala?

1 Answers  


What is hashset in scala collection?

1 Answers  


Explain the use of tuples in scala?

1 Answers  


What is option/some/none design pattern in scala?

1 Answers  


What is the current latest version of Scala?

1 Answers  


Explain bitset in scala?

1 Answers  


Categories