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 int lol?
Explain how to force the garbage collection in java.
What is java beans?
What is an empirical question?
what is thread? What are the high-level thread states? Or what are the states associated in the thread? : Java thread
What is thread safe in java?
Why string objects are immutable in java?
Can we call a non-static method from inside a static method?
What is difference between variable declaration and definition?
How is hashcode calculated in java?
What is string in java? String is a data type?
How to convert string to char and vice versa?
What is mnemonic code?
How finally used under exception handling?
Explain spliterator in java8?