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


Why Scala does NOT have 'static' keyword? What is the main reason for this decision?



Why Scala does NOT have 'static' keyword? What is the main reason for this decision?..

Answer / Kunal Sinha

The 'static' keyword in Java is used to define class variables and methods that belong to the class level, not an instance. Scala opted to avoid using this keyword because it encourages functional programming and discourages global state.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Scala Interview Questions

Is scala an oop?

1 Answers  


What square measure implicit parameters in Scala?

1 Answers  


What is implicit class in scala?

1 Answers  


What is the difference between statically typed and dynamically typed languages?

1 Answers  


Like Hibernate for Java-based applications, What are the Popular ORM Frameworks available to use in Play/Scala based applications?

1 Answers  


Tell me some features which are supported by Java, but not by Scala and Vice versa?

1 Answers  


How do we declare a private Primary Constructor in Scala? How do we make a call to a private Primary Constructor in Scala?

1 Answers  


Why do we use =(equal) operator in scala function?

1 Answers  


Mention Some keywords which are used by Java and not required in Scala? Why Scala does not require them?

1 Answers  


What is a custom exception in scala?

1 Answers  


How Scala solves Inheritance Diamond Problem automatically and easily than Java 8?

1 Answers  


In what ways Scala is better than other programming language?

1 Answers  


Categories