Answer Posted / hrindows@gmail.com
Java is not 100% Object-oriented because it makes use of eight primitive data types such as boolean, byte, char, int, float, double, long, short which are not objects.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the difference between a threads start() and run() methods? : Java thread
What’s the difference between constructors and other methods?
Explain about static nested classes in java?
Can I use % with real numbers?
What is composition in java?
What is abstraction in java?
How do you include a string in java?
What is struts in java?
What are different types of expressions?
What is java argument list?
What is a numeric digit?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
How many bytes is double?
What is var keyword ?
How is string immutable in java?