Mention how scala is different from java?
Mention the identifiers in scala?
How is a class different from an object?
Explain extractors in scala?
Explain the functionality of yield?
Explain the use of tuples in scala?
What is the result of x+y*z and why?
Explain pattern matching in scala through an example?
Explain extend keyword?
Explain the scala anonymous function.
What is a closure?
What is the syntax for function declaration in scala?
How do I concatenate two strings?
Describe loops in scala?
How do I append data in a list?