際際滷

際際滷Share a Scribd company logo
Java Literals
 Literal in Java refer to fixed values that do not
  change during the execution of the program
 Java supports several types of constants
       Integer Literal
       Real Literal
       Character Literal
       String Literal
       Backslash Literal



                                                      1
Integer Literals
 An integer literal refers to sequence of digits
 Integers are of three types
 They are
       Decimal Integer
       Octal Integer
       Hexa Decimal Integer




                                                    2
Decimal Integer
 Decimal Integers consists of a set of digits from 0
  to 9,preceeded by an optional minus(-) sign
                 eg. : +999,-999
 Embedded spaces ,commas and non-digit
  characters are not permitted in between digits
eg. 99 999,      99,999 , $999 are illegal
  numbers.


                                                        3
Octal Integer
 An octal integer consists of any combination of
  digits from 0 to 7 with a leading zero(0)


           eg. 045,063,026 etc.,




                                                    4
Hexa Decimal Integer
 A sequence of digits preceded by 0x or 0X is
  considered as hexa decimal integers
 They may also include alphabets from A to F or a
  to f
 Letters from a to f represents the numbers from 10
  to 15
         eg. 0xd,0XF etc.,


                                                       5
Real Literals
 Numbers containing fractional parts are called real
  literals
              eg. 9.999,0.999 etc.,


 The numbers are also expressed in exponential
  notation
        eg. 999.9 may be written as 9999E-3.E-3 mean
  multiply by 10-3



                                                        6
Single Character Literals

 A single character constant contains a single
  character enclosed with a pair of single quote
  marks  


                  eg. m




                                                   7
String Literals
 A String Literal is a sequence of characters
  enclosed between double quote marks  
 The characters may be alphabets, digits, special
  characters and blank spaces
                eg. neelu




                                                     8
Backslash Literals
   Java supports some special back slash character
    literals
   They are used in output formatting methods
                     eg. n stands for new line
                         t stands for horizontal tab
                         b stands for blank space
                         v stands for vertical tb
                         a stands for a small beep

                                                        9

More Related Content

What's hot (20)

Data types in java
Data types in javaData types in java
Data types in java
HarshitaAshwani
Applet programming
Applet programming Applet programming
Applet programming
Devyani Vaidya
Constructor in java
Constructor in javaConstructor in java
Constructor in java
Pavith Gunasekara
Tokens in C++
Tokens in C++Tokens in C++
Tokens in C++
Mahender Boda
Java tokens
Java tokensJava tokens
Java tokens
shalinikarunakaran1
Operators and Expressions in Java
Operators and Expressions in JavaOperators and Expressions in Java
Operators and Expressions in Java
Abhilash Nair
Type casting in java
Type casting in javaType casting in java
Type casting in java
Farooq Baloch
Java(Polymorphism)
Java(Polymorphism)Java(Polymorphism)
Java(Polymorphism)
harsh kothari
Data types
Data typesData types
Data types
myrajendra
Python programming : Strings
Python programming : StringsPython programming : Strings
Python programming : Strings
Emertxe Information Technologies Pvt Ltd
OOPS In JAVA.pptx
OOPS In JAVA.pptxOOPS In JAVA.pptx
OOPS In JAVA.pptx
Sachin33417
Java basics and java variables
Java basics and java variablesJava basics and java variables
Java basics and java variables
Pushpendra Tyagi
classes and objects in C++
classes and objects in C++classes and objects in C++
classes and objects in C++
HalaiHansaika
Union in C programming
Union in C programmingUnion in C programming
Union in C programming
Kamal Acharya
Variables in C and C++ Language
Variables in C and C++ LanguageVariables in C and C++ Language
Variables in C and C++ Language
Way2itech
Java threads
Java threadsJava threads
Java threads
Prabhakaran V M
Variables in C++, data types in c++
Variables in C++, data types in c++Variables in C++, data types in c++
Variables in C++, data types in c++
Neeru Mittal
Java platform
Java platformJava platform
Java platform
BG Java EE Course
C standard library functions
C standard library functionsC standard library functions
C standard library functions
Vaishnavee Sharma
Presentation on Function in C Programming
Presentation on Function in C ProgrammingPresentation on Function in C Programming
Presentation on Function in C Programming
Shuvongkor Barman
Applet programming
Applet programming Applet programming
Applet programming
Devyani Vaidya
Operators and Expressions in Java
Operators and Expressions in JavaOperators and Expressions in Java
Operators and Expressions in Java
Abhilash Nair
Type casting in java
Type casting in javaType casting in java
Type casting in java
Farooq Baloch
Java(Polymorphism)
Java(Polymorphism)Java(Polymorphism)
Java(Polymorphism)
harsh kothari
OOPS In JAVA.pptx
OOPS In JAVA.pptxOOPS In JAVA.pptx
OOPS In JAVA.pptx
Sachin33417
Java basics and java variables
Java basics and java variablesJava basics and java variables
Java basics and java variables
Pushpendra Tyagi
classes and objects in C++
classes and objects in C++classes and objects in C++
classes and objects in C++
HalaiHansaika
Union in C programming
Union in C programmingUnion in C programming
Union in C programming
Kamal Acharya
Variables in C and C++ Language
Variables in C and C++ LanguageVariables in C and C++ Language
Variables in C and C++ Language
Way2itech
Variables in C++, data types in c++
Variables in C++, data types in c++Variables in C++, data types in c++
Variables in C++, data types in c++
Neeru Mittal
C standard library functions
C standard library functionsC standard library functions
C standard library functions
Vaishnavee Sharma
Presentation on Function in C Programming
Presentation on Function in C ProgrammingPresentation on Function in C Programming
Presentation on Function in C Programming
Shuvongkor Barman

Similar to Java literals (6)

constant in C
constant in Cconstant in C
constant in C
vishnupriyapm4
Literals in C#
Literals in C#Literals in C#
Literals in C#
Abija P R
C tokens.pptx
C tokens.pptxC tokens.pptx
C tokens.pptx
NavyaParashir
1173_237_747_Module_2_Part1__Basics_of_C_programming__1_.pptx
1173_237_747_Module_2_Part1__Basics_of_C_programming__1_.pptx1173_237_747_Module_2_Part1__Basics_of_C_programming__1_.pptx
1173_237_747_Module_2_Part1__Basics_of_C_programming__1_.pptx
naagin12300
Json demo
Json demoJson demo
Json demo
Sreeni I
ITFT-Constants, variables and data types in java
ITFT-Constants, variables and data types in javaITFT-Constants, variables and data types in java
ITFT-Constants, variables and data types in java
Atul Sehdev
Literals in C#
Literals in C#Literals in C#
Literals in C#
Abija P R
1173_237_747_Module_2_Part1__Basics_of_C_programming__1_.pptx
1173_237_747_Module_2_Part1__Basics_of_C_programming__1_.pptx1173_237_747_Module_2_Part1__Basics_of_C_programming__1_.pptx
1173_237_747_Module_2_Part1__Basics_of_C_programming__1_.pptx
naagin12300
Json demo
Json demoJson demo
Json demo
Sreeni I
ITFT-Constants, variables and data types in java
ITFT-Constants, variables and data types in javaITFT-Constants, variables and data types in java
ITFT-Constants, variables and data types in java
Atul Sehdev

More from myrajendra (20)

Fundamentals
FundamentalsFundamentals
Fundamentals
myrajendra
Data type
Data typeData type
Data type
myrajendra
Hibernate example1
Hibernate example1Hibernate example1
Hibernate example1
myrajendra
Jdbc workflow
Jdbc workflowJdbc workflow
Jdbc workflow
myrajendra
2 jdbc drivers
2 jdbc drivers2 jdbc drivers
2 jdbc drivers
myrajendra
3 jdbc api
3 jdbc api3 jdbc api
3 jdbc api
myrajendra
4 jdbc step1
4 jdbc step14 jdbc step1
4 jdbc step1
myrajendra
Dao example
Dao exampleDao example
Dao example
myrajendra
Sessionex1
Sessionex1Sessionex1
Sessionex1
myrajendra
Internal
InternalInternal
Internal
myrajendra
3. elements
3. elements3. elements
3. elements
myrajendra
2. attributes
2. attributes2. attributes
2. attributes
myrajendra
1 introduction to html
1 introduction to html1 introduction to html
1 introduction to html
myrajendra
Headings
HeadingsHeadings
Headings
myrajendra
Forms
FormsForms
Forms
myrajendra
Css
CssCss
Css
myrajendra
Views
ViewsViews
Views
myrajendra
Views
ViewsViews
Views
myrajendra
Views
ViewsViews
Views
myrajendra
Starting jdbc
Starting jdbcStarting jdbc
Starting jdbc
myrajendra

Recently uploaded (20)

Antifungal agents by Mrs. Manjushri Dabhade
Antifungal agents by Mrs. Manjushri DabhadeAntifungal agents by Mrs. Manjushri Dabhade
Antifungal agents by Mrs. Manjushri Dabhade
Dabhade madam Dabhade
How to Manage Purchase Order Approval in Odoo 18
How to Manage Purchase Order Approval in Odoo 18How to Manage Purchase Order Approval in Odoo 18
How to Manage Purchase Order Approval in Odoo 18
Celine George
Unit1 Inroduction to Internal Combustion Engines
Unit1  Inroduction to Internal Combustion EnginesUnit1  Inroduction to Internal Combustion Engines
Unit1 Inroduction to Internal Combustion Engines
NileshKumbhar21
Introduction to Systematic Reviews - Prof Ejaz Khan
Introduction to Systematic Reviews - Prof Ejaz KhanIntroduction to Systematic Reviews - Prof Ejaz Khan
Introduction to Systematic Reviews - Prof Ejaz Khan
Systematic Reviews Network (SRN)
Yale VMOC Special Report - Measles Outbreak Southwest US 3-26-2025 FINAL.pptx
Yale VMOC  Special Report - Measles Outbreak  Southwest US 3-26-2025  FINAL.pptxYale VMOC  Special Report - Measles Outbreak  Southwest US 3-26-2025  FINAL.pptx
Yale VMOC Special Report - Measles Outbreak Southwest US 3-26-2025 FINAL.pptx
Yale School of Public Health - The Virtual Medical Operations Center (VMOC)
20250402 ACCA TeamScienceAIEra 20250402 v10.pptx
20250402 ACCA TeamScienceAIEra 20250402 v10.pptx20250402 ACCA TeamScienceAIEra 20250402 v10.pptx
20250402 ACCA TeamScienceAIEra 20250402 v10.pptx
home
PUBH1000 - Module 6: Global Health 際際滷s
PUBH1000 - Module 6: Global Health 際際滷sPUBH1000 - Module 6: Global Health 際際滷s
PUBH1000 - Module 6: Global Health 際際滷s
JonathanHallett4
EDL 290F Week 5 - Facing Headwinds and Hairpin Turns (2025).pdf
EDL 290F Week 5  - Facing Headwinds and Hairpin Turns (2025).pdfEDL 290F Week 5  - Facing Headwinds and Hairpin Turns (2025).pdf
EDL 290F Week 5 - Facing Headwinds and Hairpin Turns (2025).pdf
Liz Walsh-Trevino
DUODENUM ANATOMY & Clinical Anatomy.pptx
DUODENUM ANATOMY & Clinical Anatomy.pptxDUODENUM ANATOMY & Clinical Anatomy.pptx
DUODENUM ANATOMY & Clinical Anatomy.pptx
Sid Roy
2025 Women Leaders Program - Award Winning
2025 Women Leaders Program  - Award Winning2025 Women Leaders Program  - Award Winning
2025 Women Leaders Program - Award Winning
Sonia McDonald
Tollywood Quiz- 21st March 2025, Quiz Club NITW
Tollywood Quiz- 21st March 2025, Quiz Club NITWTollywood Quiz- 21st March 2025, Quiz Club NITW
Tollywood Quiz- 21st March 2025, Quiz Club NITW
Quiz Club NITW
Anti-Viral Agents.pptx Medicinal Chemistry III, B Pharm SEM VI
Anti-Viral Agents.pptx Medicinal Chemistry III, B Pharm SEM VIAnti-Viral Agents.pptx Medicinal Chemistry III, B Pharm SEM VI
Anti-Viral Agents.pptx Medicinal Chemistry III, B Pharm SEM VI
Samruddhi Khonde
Studying and Notetaking: Some Suggestions
Studying and Notetaking: Some SuggestionsStudying and Notetaking: Some Suggestions
Studying and Notetaking: Some Suggestions
Damian T. Gordon
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷sHow to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
Celine George
Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
 Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ... Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
coreylewis960
MIPLM subject matter expert Dr Alihan Kaya
MIPLM subject matter expert Dr Alihan KayaMIPLM subject matter expert Dr Alihan Kaya
MIPLM subject matter expert Dr Alihan Kaya
MIPLM
STOMACH Gross Anatomy & Clinical Anatomy.pptx
STOMACH Gross Anatomy & Clinical Anatomy.pptxSTOMACH Gross Anatomy & Clinical Anatomy.pptx
STOMACH Gross Anatomy & Clinical Anatomy.pptx
Sid Roy
3. AI Trust Layer, Governance Explainability, Security & Compliance.pdf
3. AI Trust Layer, Governance  Explainability, Security & Compliance.pdf3. AI Trust Layer, Governance  Explainability, Security & Compliance.pdf
3. AI Trust Layer, Governance Explainability, Security & Compliance.pdf
Mukesh Kala
Berry_Kanisha_BAS_PB1_202503 (2) (2).pdf
Berry_Kanisha_BAS_PB1_202503 (2) (2).pdfBerry_Kanisha_BAS_PB1_202503 (2) (2).pdf
Berry_Kanisha_BAS_PB1_202503 (2) (2).pdf
KanishaBerry
Antifungal agents by Mrs. Manjushri Dabhade
Antifungal agents by Mrs. Manjushri DabhadeAntifungal agents by Mrs. Manjushri Dabhade
Antifungal agents by Mrs. Manjushri Dabhade
Dabhade madam Dabhade
How to Manage Purchase Order Approval in Odoo 18
How to Manage Purchase Order Approval in Odoo 18How to Manage Purchase Order Approval in Odoo 18
How to Manage Purchase Order Approval in Odoo 18
Celine George
Unit1 Inroduction to Internal Combustion Engines
Unit1  Inroduction to Internal Combustion EnginesUnit1  Inroduction to Internal Combustion Engines
Unit1 Inroduction to Internal Combustion Engines
NileshKumbhar21
20250402 ACCA TeamScienceAIEra 20250402 v10.pptx
20250402 ACCA TeamScienceAIEra 20250402 v10.pptx20250402 ACCA TeamScienceAIEra 20250402 v10.pptx
20250402 ACCA TeamScienceAIEra 20250402 v10.pptx
home
PUBH1000 - Module 6: Global Health 際際滷s
PUBH1000 - Module 6: Global Health 際際滷sPUBH1000 - Module 6: Global Health 際際滷s
PUBH1000 - Module 6: Global Health 際際滷s
JonathanHallett4
EDL 290F Week 5 - Facing Headwinds and Hairpin Turns (2025).pdf
EDL 290F Week 5  - Facing Headwinds and Hairpin Turns (2025).pdfEDL 290F Week 5  - Facing Headwinds and Hairpin Turns (2025).pdf
EDL 290F Week 5 - Facing Headwinds and Hairpin Turns (2025).pdf
Liz Walsh-Trevino
DUODENUM ANATOMY & Clinical Anatomy.pptx
DUODENUM ANATOMY & Clinical Anatomy.pptxDUODENUM ANATOMY & Clinical Anatomy.pptx
DUODENUM ANATOMY & Clinical Anatomy.pptx
Sid Roy
2025 Women Leaders Program - Award Winning
2025 Women Leaders Program  - Award Winning2025 Women Leaders Program  - Award Winning
2025 Women Leaders Program - Award Winning
Sonia McDonald
Tollywood Quiz- 21st March 2025, Quiz Club NITW
Tollywood Quiz- 21st March 2025, Quiz Club NITWTollywood Quiz- 21st March 2025, Quiz Club NITW
Tollywood Quiz- 21st March 2025, Quiz Club NITW
Quiz Club NITW
Anti-Viral Agents.pptx Medicinal Chemistry III, B Pharm SEM VI
Anti-Viral Agents.pptx Medicinal Chemistry III, B Pharm SEM VIAnti-Viral Agents.pptx Medicinal Chemistry III, B Pharm SEM VI
Anti-Viral Agents.pptx Medicinal Chemistry III, B Pharm SEM VI
Samruddhi Khonde
Studying and Notetaking: Some Suggestions
Studying and Notetaking: Some SuggestionsStudying and Notetaking: Some Suggestions
Studying and Notetaking: Some Suggestions
Damian T. Gordon
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷sHow to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
How to Install Odoo 18 with Pycharm - Odoo 18 際際滷s
Celine George
Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
 Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ... Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
Marketing is Everything in the Beauty Business! 憓 Talent gets you in the ...
coreylewis960
MIPLM subject matter expert Dr Alihan Kaya
MIPLM subject matter expert Dr Alihan KayaMIPLM subject matter expert Dr Alihan Kaya
MIPLM subject matter expert Dr Alihan Kaya
MIPLM
STOMACH Gross Anatomy & Clinical Anatomy.pptx
STOMACH Gross Anatomy & Clinical Anatomy.pptxSTOMACH Gross Anatomy & Clinical Anatomy.pptx
STOMACH Gross Anatomy & Clinical Anatomy.pptx
Sid Roy
3. AI Trust Layer, Governance Explainability, Security & Compliance.pdf
3. AI Trust Layer, Governance  Explainability, Security & Compliance.pdf3. AI Trust Layer, Governance  Explainability, Security & Compliance.pdf
3. AI Trust Layer, Governance Explainability, Security & Compliance.pdf
Mukesh Kala
Berry_Kanisha_BAS_PB1_202503 (2) (2).pdf
Berry_Kanisha_BAS_PB1_202503 (2) (2).pdfBerry_Kanisha_BAS_PB1_202503 (2) (2).pdf
Berry_Kanisha_BAS_PB1_202503 (2) (2).pdf
KanishaBerry

Java literals

  • 1. Java Literals Literal in Java refer to fixed values that do not change during the execution of the program Java supports several types of constants Integer Literal Real Literal Character Literal String Literal Backslash Literal 1
  • 2. Integer Literals An integer literal refers to sequence of digits Integers are of three types They are Decimal Integer Octal Integer Hexa Decimal Integer 2
  • 3. Decimal Integer Decimal Integers consists of a set of digits from 0 to 9,preceeded by an optional minus(-) sign eg. : +999,-999 Embedded spaces ,commas and non-digit characters are not permitted in between digits eg. 99 999, 99,999 , $999 are illegal numbers. 3
  • 4. Octal Integer An octal integer consists of any combination of digits from 0 to 7 with a leading zero(0) eg. 045,063,026 etc., 4
  • 5. Hexa Decimal Integer A sequence of digits preceded by 0x or 0X is considered as hexa decimal integers They may also include alphabets from A to F or a to f Letters from a to f represents the numbers from 10 to 15 eg. 0xd,0XF etc., 5
  • 6. Real Literals Numbers containing fractional parts are called real literals eg. 9.999,0.999 etc., The numbers are also expressed in exponential notation eg. 999.9 may be written as 9999E-3.E-3 mean multiply by 10-3 6
  • 7. Single Character Literals A single character constant contains a single character enclosed with a pair of single quote marks eg. m 7
  • 8. String Literals A String Literal is a sequence of characters enclosed between double quote marks The characters may be alphabets, digits, special characters and blank spaces eg. neelu 8
  • 9. Backslash Literals Java supports some special back slash character literals They are used in output formatting methods eg. n stands for new line t stands for horizontal tab b stands for blank space v stands for vertical tb a stands for a small beep 9