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 the purpose of the return statement?
what are depricated methods ?
What is number data type?
why operator overloading is removed in java?
Which java.util classes and interfaces support event handling?
What is ResourceBundle class?
How many types of JVM's (OR) Name of the JVM's which are used in Tomcat & Weblogic servers ?
What are the classes of java?
What is the differences between c++ and java? Explain
Which data type is a class in java?
List down the methods and interfaces of collection class in java.
Can the interface be final?