Why Java is not purely object oriented?
Answer Posted / srikanth
sorry, the question is wrong
Java is purely Object Oriented Language.
Since, without classes and objects we can't write a
single program in java.
example of language which is not purely object oriented
language is C++.
since, in c++ we can write programs with out classes and
objects.
| Is This Answer Correct ? | 60 Yes | 306 No |
Post New Answer View All Answers
What is t in generics in java?
What is the purpose of checked and unchecked exceptions in JAVA?
Explain all java features with real time examples
What is the difference between a constructor and a method?
What is JDBC Driver interface?How can you retrieve data from the ResultSet
What is memory leak and how does java handle it?
What is method overloading in JAVA? Why is it not present in C ?
What is percentage in java?
What is variable length arguments in java?
What is anonymous inner class?
What is the difference between a choice and a list?
What is mvc in java?
What are 5 boolean operators?
Write code to implement bubble sort in java?
What is temp in java?