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

What is a closure?

1 Answers  


Describe loops in scala?

1 Answers  


What is the difference between val and var in Scala?

1 Answers  


Does a Companion object access private members of it’s Companion class in Scala?

1 Answers  


What does listmap in scala?

1 Answers  


What is scala and why it is used?

1 Answers  


In Scala, Pattern Matching follows which Design Pattern? In Java, ‘isinstanceof’ operator follows which Design Pattern?

1 Answers  


What are major differences between Java-Based and Scala-Based Maven Project’s structure?

1 Answers  


What is the main motto of Scala Language?

1 Answers  


What does map in scala collection?

1 Answers  


What do you mean by ofdim in scala?

1 Answers  


What are the Popular Scala-Based Frameworks to develop RESTful Web Services or REST API?

1 Answers  


Categories