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 is the default Unit and Functional Testing Framework for Play? What is the default Build Tool for Play? What is the Default Template Engine for Play? What is the built-in Web Server available in Play Framework?

1 Answers  


What is the main design decision about two separate keywords: class and object in Scala? How do we define Instance members and Static members in Scala?

1 Answers  


List different types of literals available in scala?

1 Answers  


What is a constructor in scala?

1 Answers  


What is the syntax for function declaration in scala?

1 Answers  


What is Either in Scala? What are Left and Right in Scala? Explain Either/Left/Right Design Pattern in Scala?

1 Answers  


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

1 Answers  


What is the best Code-coverage tool available for Play and Scala based applications?

1 Answers  


Explain que with example?

1 Answers  


Differentiate between array and list in scala.

1 Answers  


Mention how scala is different from java?

1 Answers  


What do you mean by a scala map?

1 Answers  


Categories