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 the method in java?
When will we use them?
what state does a thread enter when it terminates its processing? : Java thread
What are assembly attributes?
How variables are stored in memory?
Is main a keyword in java?
What is integer valueof?
Should a main method be compulsorily declared in all java classes?
What is the difference between conversation & casting?
Explain importance of finally block in java?
Mention some features of java?
Can we call thread start () twice?
Define packages in java?
Can we extend private class in java?
Why bytecode is called bytecode?