In java every variable and every expresion has some type each and data type is
clearly defined every assignment should be checked by compiler for type
compatability.
Because of above resons we can conclude java language is strongly typed programming
language.
java is not considerd as pure object oriented programmig language because several
oop features are not satisfied by java(like operator overloading and multiple
inheritance etc)
moreover we are depending on primitive data types which are non objects.
DATA TYPES
[Link] data types(i)
there are divided into two types
-> numeric data types
->non-numeric data types
Numeric data types -> there are divided into two types
[Link] --> byte,short,int,long
[Link] point --> float,double
Non-numeric data types
divided into two types
[Link]
[Link]