Why Java is not purely object oriented?
Answer Posted / goutham
Java is Just a Object oriented ,Its not purely object oriented.
We can say many reason for its pure obj oriented type but it gets out of it with only concept of Multiple inheritance
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the advantages of arraylist over arrays?
How to overcome the exception object reference not set to an instance of object?
Can constructor be protected in java?
Can we have try block without catch block?
What is return used for in java?
What is reverse function?
What is a variable in java?
What is string data?
23. Storage space in java is of the form Stack Queue Heap List 24. What is java code embedded in a web page known as Applets Servlets scriptlets snippets 25. Which of the following attributes are compulsory with an
Why is method overloading not possible by changing the return type in java?
Can we catch more than one exception in single catch block?
Will the compiler creates a default constructor if I have a parameterized constructor in the class?
Explain the difference between abstract class and interface in java?
List types of storage classes in java?
Name four container classes.