- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
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
- Related Articles
- What are literals in Java?
- What are literals in C++?
- What are Perl Numerical Literals?
- What are Perl String Literals?
- What are Literals in Python?
- What are Boolean literals in Java?
- What are Boolean Literals in C++?
- What are Character Literals in C++?
- What are string literals in C#?
- What are integer literals in C#?
- What are JSP comments?
- What are JSP Directives?
- What are floating point literals in C#?
- What are string literals in C language?
- What are JSP actions elements?

Advertisements