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 array in java?
What is the purpose of a transient variable?
What does percent mean in java?
what is the difference between preemptive scheduling and time slicing? : Java thread
When is finally block not called?
What is set string?
What is the latest version of java?
explain copyonwritearraylist and when do we use copyonwritearraylist?
What is variable length arguments in java?
Why packages are used?
Which containers use a flowlayout as their default layout in java programming?
Write a java program to generate fibonacci series ?
What does main method?
What is the advantage of OOP in java?
When will we use them?