0% found this document useful (0 votes)
28 views

Object Oriented Programing Lecture No 1

This document provides an overview of basic data types in Java including integers, floating point numbers, characters, and Boolean. It discusses integer types like long, byte, short, and int. Floating point numbers of double and float are also covered. Examples are given of using integer types, variables, and dynamic initialization in Java.

Uploaded by

Ali Ahmad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
28 views

Object Oriented Programing Lecture No 1

This document provides an overview of basic data types in Java including integers, floating point numbers, characters, and Boolean. It discusses integer types like long, byte, short, and int. Floating point numbers of double and float are also covered. Examples are given of using integer types, variables, and dynamic initialization in Java.

Uploaded by

Ali Ahmad
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 10

Advanced Object Oriented Programing

Lecture No: 2
Lecture Name: Beginning Java
Instructor: Shahzad Khan
The Simple Types
Integers
Long
Byte
Short
int
Floating Point Numbers
Double
Float
Characters
Boolean
Integers Types
Example No1
Example No 2
Example No 3
Example No 4
Example No 5
Using Variables
Dynamic Initialization

You might also like