Syntax error What are JSP literals?

What are JSP literals?



The JSP expression language defines the following literals −

  • Boolean − true and false

  • Integer − as in Java

  • Floating point − as in Java

  • String − with single and double quotes; " is escaped as \", ' is escaped as \', and \ is escaped as \.

  • Null − null

Updated on: 2019-07-30T22:30:25+05:30

739 Views

Kickstart Your Career

Get certified by completing the course

Get Started
Advertisements