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 better - 'bit-shift a value' or 'multiply by 2'?
I have multiple constructors defined in a class. Is it possible to call a constructor from another constructor’s body?
What is string array?
What problems will occur when you don?t use layout managers?
Is string is a class in java?
What is the unit of plancks constant?
Life Cycle of Thread
In what ways you can handle exception ?
What is callable java?
What is the symbol for average?
how system.out.println() works?
What are the types of inner classes (non-static nested class) used in java?