Answer Posted / ramachandrarao
In Java primitive data types are not objects.
primitive data types are:int, float,long,
char,boolean,double,byte
forthat reason only java is not 100% object oriented.
to convert these primitive data types into objects we have
to use wrapper classes.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is called module?
What are different type of exceptions in java?
How many types of assembly languages are there?
What is increment in java?
What are namespaces in java?
What is the purpose of object oriented programming?
Can long be null in java?
What is java literals?
Is set ordered?
Write code to implement bubble sort in java?
How to reverse string in java?
What is the difference between == and === javascript?
Tell us something about different types of casting?
What do you mean by buffering?
What is a functional interface?