top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the different types of Scala literals?

+1 vote
233 views
What are the different types of Scala literals?
posted Aug 22, 2016 by Karthick.c

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

The different types of literals in scala are

Integer Literals

Floating point literals

Boolean literals

Symbol literals

Character literals

String literals

Multi-Line strings

answer Aug 26, 2016 by Shyam
...