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
Which class represents the socket that both the client and server use to communicate with each other?
What is passed by reference and pass by value ?
Why deletion in linkedlist is fast than arraylist?
Is list ordered in java?
What is ellipsis in java?
What is a class object?
Explain method local inner classes ?
What are examples of modifiers?
What is an object’s lock and which object’s have locks?
How does list work in java?
Does apple use java?
How do generics work?
What is meant by oops concept in java?
How we can make copy of a java object?
Write a code to show a static variable?