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 thread life cycle in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What is comparable and comparator interface? List their differences
What is the method overriding?
What is an infinite loop? How infinite loop is declared?
can any body body expalin best definitions & best real time exaples for opps concepts.
What are the different tags provided in jstl?
How does queue work in java?
What is the main function in java?
Can a final variable be manipulated in java?
How do you add an element to a set in java?
Does java allow overriding static methods ?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
Write a function for palindrome and factorial and explain?
What are the different types of garbage collectors in java?