SlideShare a Scribd company logo
3
Most read
6
Most read
10
Most read
CS8392
OBJECT ORIENTED PROGRAMMING
CONSTANTS
Presented by:
Manojkumar
Information Technology
II-year
WHAT IS A CONSTANTS?
 Constants mean the fixed values that do not
change during the execution of a program
Example:
=3.14
Constant
Numeric
Constant
Integer
Constant
Real
Constant
Character
Constant
Character
Constant
String
Constant
Constant
Numeric
Constant
Integer
Constant
Real
Constant
Character
Constant
Character
Constant
String
Constant
NUMERIC CONSTANTS
 Numeric Constants are used for representing the
numerical values.
 The numeric values can be
Integer
Real type
INTEGER CONSTANTS
 Integers means sequence of digits . there
are three types
 Decimal Integer:
the decimal integers consist of a set of
digits through 0 to 9
 Octal Integer:
The octal integer consist of a set of 0 to
7
 Hexadecimal Integer:
It consist of 0 to 9 and letters A to F
REAL CONSTANTS
 Real constants contains the floating point parts
Example:
0.045
0.006
Constant
Numeric
Constant
Integer
Constant
Real
Constant
Character
Constant
Character
Constant
String
Constant
CHARACTER CONSTANT
 A single character constant is enclosed within a pair
of single quotes.
Example:
‘a’
‘T’
STRING CONSTANT
 A string is a collection of characters enclosed within
double quotes
 The characters can be alphabets, numbers, white
spaces or special characters.
Example:
“India”
“Best”
THANK YOU

More Related Content

PDF
Arrays in Java
PPTX
Java program structure
PPTX
Method overloading
PPSX
Data Types & Variables in JAVA
PPTX
Java swing
PDF
Python set
PPTX
Structure in C
PPTX
Java awt (abstract window toolkit)
Arrays in Java
Java program structure
Method overloading
Data Types & Variables in JAVA
Java swing
Python set
Structure in C
Java awt (abstract window toolkit)

What's hot (20)

PPTX
Decision making and branching
PDF
Managing I/O in c++
PPTX
Classes, objects in JAVA
PDF
itft-Decision making and branching in java
PDF
JavaScript - Chapter 12 - Document Object Model
PPTX
OOP concepts -in-Python programming language
PPTX
class and objects
PPTX
Event handling
PPTX
Variables in python
PPTX
Applets in java
PDF
Python programming : Strings
PPT
structure and union
PPTX
Data types in java
PPTX
Union in c language
PPTX
Classes objects in java
PPTX
Type casting in java
PDF
Python-02| Input, Output & Import
PPTX
PPT
Class and object in C++
Decision making and branching
Managing I/O in c++
Classes, objects in JAVA
itft-Decision making and branching in java
JavaScript - Chapter 12 - Document Object Model
OOP concepts -in-Python programming language
class and objects
Event handling
Variables in python
Applets in java
Python programming : Strings
structure and union
Data types in java
Union in c language
Classes objects in java
Type casting in java
Python-02| Input, Output & Import
Class and object in C++
Ad

Similar to Constants in java (20)

PPT
Constants in C Programming
PPTX
Constants in C
PDF
Lecture 1 introduction of C Programming Language
PPT
Constants
PPTX
Constants, Variables, and Data Types
PPTX
Constant, variables, data types
PPTX
Data types
PPT
C PROGRAMMING LANGUAGE CHARACTER SET UNIT 2.ppt
PDF
Constants Variables Datatypes by Mrs. Sowmya Jyothi
PPTX
FUNDAMENTAL OF C
PPTX
COM1407: Variables and Data Types
PPTX
ASSIGNMENT_1[1][1][1][1][1] (1) variables.pptx
PPTX
Data types
PPTX
Introduction to C language programming.pptx
PPTX
Constant and variacles in c
PDF
C++ PPT IN NUMERICAL METHOD FOR M.Sc PHYSICS
PPT
FP 201 Unit 2 - Part 2
PDF
Lecture 4 constants_variables
PPTX
INTRODUCTION TO C++.pptx
PPT
Lec-I.ppt introduction to computers and c++programming
Constants in C Programming
Constants in C
Lecture 1 introduction of C Programming Language
Constants
Constants, Variables, and Data Types
Constant, variables, data types
Data types
C PROGRAMMING LANGUAGE CHARACTER SET UNIT 2.ppt
Constants Variables Datatypes by Mrs. Sowmya Jyothi
FUNDAMENTAL OF C
COM1407: Variables and Data Types
ASSIGNMENT_1[1][1][1][1][1] (1) variables.pptx
Data types
Introduction to C language programming.pptx
Constant and variacles in c
C++ PPT IN NUMERICAL METHOD FOR M.Sc PHYSICS
FP 201 Unit 2 - Part 2
Lecture 4 constants_variables
INTRODUCTION TO C++.pptx
Lec-I.ppt introduction to computers and c++programming
Ad

Recently uploaded (20)

PDF
Basic Mud Logging Guide for educational purpose
PDF
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
PDF
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
PPTX
Pharma ospi slides which help in ospi learning
PDF
O5-L3 Freight Transport Ops (International) V1.pdf
PDF
O7-L3 Supply Chain Operations - ICLT Program
PDF
Anesthesia in Laparoscopic Surgery in India
PDF
STATICS OF THE RIGID BODIES Hibbelers.pdf
PDF
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
PPTX
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
PDF
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
PPTX
master seminar digital applications in india
PDF
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
PPTX
human mycosis Human fungal infections are called human mycosis..pptx
PDF
Pre independence Education in Inndia.pdf
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PDF
Complications of Minimal Access Surgery at WLH
PDF
TR - Agricultural Crops Production NC III.pdf
PPTX
Microbial diseases, their pathogenesis and prophylaxis
Basic Mud Logging Guide for educational purpose
3rd Neelam Sanjeevareddy Memorial Lecture.pdf
ANTIBIOTICS.pptx.pdf………………… xxxxxxxxxxxxx
Pharma ospi slides which help in ospi learning
O5-L3 Freight Transport Ops (International) V1.pdf
O7-L3 Supply Chain Operations - ICLT Program
Anesthesia in Laparoscopic Surgery in India
STATICS OF THE RIGID BODIES Hibbelers.pdf
The Lost Whites of Pakistan by Jahanzaib Mughal.pdf
BOWEL ELIMINATION FACTORS AFFECTING AND TYPES
Origin of periodic table-Mendeleev’s Periodic-Modern Periodic table
master seminar digital applications in india
Mark Klimek Lecture Notes_240423 revision books _173037.pdf
human mycosis Human fungal infections are called human mycosis..pptx
Pre independence Education in Inndia.pdf
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Final Presentation General Medicine 03-08-2024.pptx
Complications of Minimal Access Surgery at WLH
TR - Agricultural Crops Production NC III.pdf
Microbial diseases, their pathogenesis and prophylaxis

Constants in java