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 mean by method signature?
What is an abstract class and what is it’s purpose?
What are the new features in java 8?
What is boolean strategy?
What is the method overriding?
How many ways can we create singleton class?
What is constructor and virtual function? Can we call a virtual function in a constructor?
Give us the name of the list layoutmanagers in java?
Can a main method be declared final?
How many bits is a string?
How do you detect memory leaks?
what are the high-level thread states? : Java thread