Why Java is not purely object oriented?
Answer Posted / dhiru
Java is not a puerly object oriented language because in
java program also run without main
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Why is multiple inheritance not supported in java?
How do you make an arraylist empty in java?
How do you remove duplicates from an array in java?
What is Gang of four design patterns
What does n mean?
How do you override a method?
Can we extend immutable class?
What are the advantages of exception handling?
Can we call virtual funciton in a constructor ?
What are the difference between string, string builder, and string buffer in java?
What are the 8 data types in java?
Differentiate between == and equals().
Differences between traditional programming language and object oriented programming language?
How many functional interfaces does java 8 have?
Why packages are used?