Why java is not 100% object-oriented?
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 |
What is aggregation?
What is the life-cycle of an object?
What is I/O Filter?
Difference between java and javascript
Who is the owner of java?
What is getclass () getname () in java?
What's the purpose of using break in each case of switch statement?
What is the difference between the paint() and repaint() methods?
What is a constructor overloading in java?
Which containers may have a MenuBar?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
Can we call a non-static method from inside a static method?