Why Java is not purely object oriented?
Answer Posted / bharath
java is purely objectoriented but some concepts you declare
variables of primitive types that are n't objects.so thata way
java is not purely object oriented.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How many types of exception can occur in a java program?
Can a class have more than one object?
What is collection sort in java?
Can finally block be used without a catch?
Explain the importance of join() method in thread class?
What are the high-level thread states in java programming?
How does a cookie work in Servlets?
Can we extend singleton class?
What is the statements?
Can a method be overloaded based on different return type but same argument type?
Difference between == and .equals() ?
What are predicates in java 8?
What is == mean?
How can we make sure main() is the last thread to finish in java program?
What is used of static keyword in java?