Page 13 - CA_Blue( J )_Class10
P. 13
CONTENTS
01 Introduction to Object-Oriented Programming Concepts 13
1.1 Computer Language 1.2 Programming Paradigms
1.3 Difference between POP and OOP 1.4 Principles of Object-Oriented Programming
1.5 Definitions Related to the Chapter
02 Elementary Concept of Objects and Classes 25
2.1 Class in Java 2.2 Object
2.3 Properties of Class and Object
03 Values and Data Types 33
3.1 Character Sets in Java 3.2 How Characters are Stored in Memory?
3.3 Escape Sequences 3.4 Tokens
3.5 Data Types 3.6 Variables and Constants
3.7 Declaration vs Initialization 3.8 Type Conversion
04 Operators in Java 55
4.1 Operator and Operand 4.2 Forms of Operators
4.3 Types of Operators 4.4 Hierarchy of Operators
05 Input in Java 78
5.1 Introducing Packages 5.2 Initialization
5.3 Using Parameters 5.4 Using Scanner Class
5.5 Using Inputstreamreader Class 5.6 Errors in Java
5.7 Exception 5.8 Comments in Java
06 Mathematical Library Methods 99
6.1 Different Mathematical Methods
07 Conditional Constructs in Java 114
7.1 Flow of Control 7.2 Conditional Statements
7.3 Ternary Operator 7.4 Switch Case Statement
7.5 Fall-Through Situation 7.6 Difference Between if Statement and switch Statement
7.7 Menu Driven Program using switch Statement
7.8 Terminate Program Using System.exit()
08 Iterative Constructs in Java 154
8.1 Different Parts of a Loop 8.2 Categories of Loops
8.3 The for Loop 8.4 The while Loop
8.5 The do-while Loop 8.6 Different Forms of Loops
8.7 Interconversion Between Different Types of Loops
8.8 Jump Statements

