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 REPL in Scala? What is the use of Scala’s REPL? How to access Scala REPL from CMD Prompt?



What is REPL in Scala? What is the use of Scala’s REPL? How to access Scala REPL from CMD Prom..

Answer / Ashish Bhatia

REPL (Read-Eval-Print Loop) is an interactive shell for Scala. It allows developers to write, evaluate, and inspect code in real time. The use of Scala's REPL helps in experimenting with code, testing functions, and getting immediate feedback. To access Scala REPL from the CMD Prompt (on Windows), open a command prompt and type 'scalac -Xscalac:shell' to download the REPL binary, then simply type 'scala' to start it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Scala Interview Questions

Explain the advantage of scala over other programming languages?

1 Answers  


Mention the advantages of scala?

1 Answers  


Explain que?

1 Answers  


What is a companion object?

1 Answers  


What do you mean by trait in scala and when it is used?

1 Answers  


What is the best Scala style checker tool available for Play and Scala based applications?

1 Answers  


Why is an option used in scala?

1 Answers  


What are the Java’s OOP constructs not supported by Scala? What are the Scala’s OOP constructs not supported by Java? What are the new OOPs constructs introduced by Scala, but not supported by Java?

1 Answers  


What is the difference between Java’s 'If..Else' and Scala’s 'If..Else'?

1 Answers  


What is Statically-Typed Language and What is Dynamically-Typed Language?

1 Answers  


What are the available Unit Testing, Functional Testing and/or BDD Frameworks for Play and Scala Based applications?

1 Answers  


How many values of type Nothing have in Scala?

1 Answers  


Categories