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 are different type of access modifiers?
Is it possible to do method overloading and overriding at a time
How to do validation of the fields in any project ?
What is unicode with example?
Does hashset allow duplicates in java?
What is the preferred size of a component?
What are the advantages of exception handling?
What is difference between adapter class and listener?
why we cannot declare static variable inside a static method
Can a variable be local and static at the same time?
can any one tell me what is advantage of encapsulation
What are the types of loops in Java, and how are they used?