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
What is difference between word and integer?
What is file in java?
What is default exception handling in java?
Can arraylist hold different types java?
Can there be an abstract method without an abstract class?
Why unicode is important?
How will you serialize a singleton class without violating singleton pattern?
What is a class component?
Can we override constructors in java?
Are the imports checked for validity at compile time? Will the code containing an import such as java.lang.abcd compile?
What is passing value java?
What is a function argument in java?
What two classes are used to read data only?
What do you understand by java?
What about features of local inner class?