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


Explain the operators in scala?



Explain the operators in scala?..

Answer / Sunil Kumar Jayasawal

In Scala, there are several categories of operators:nn- Arithmetic Operators: +, -, *, /, %, ++, --n- Comparison Operators: ==, !=, >, >=, <, <=n- Logical Operators: && (and), || (or), ! (not)n- Assignment Operators: =, +=, -=, *=, /=, %=%n- Bitwise Operators: &, |, ^, ~, <<, >>

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Scala Interview Questions

What are the differences between Array and ArrayBuffer in Scala?

1 Answers  


Why scala prefers immutability?

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  


What do you understand by an implicit parameter in scala ?

1 Answers  


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

1 Answers  


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

1 Answers  


Explain different types of identifiers in scala?

1 Answers  


What are throws in scala?

1 Answers  


What are higher-order functions in scala?

1 Answers  


What is scala option?

1 Answers  


Explain extend keyword?

1 Answers  


When can you use traits?

1 Answers  


Categories