Why Java is not purely object oriented?
Answer Posted / devarathnam
Hi... Java is not 100% object oriented ,because JAVA
doesnot support multiple inheritance directly.
| Is This Answer Correct ? | 74 Yes | 31 No |
Post New Answer View All Answers
What is command line argument
What does it mean that a class or member is final?
What is the file extension for java?
What is passing parameters in java?
What is a static class in java?
describe method overloading
Can we use synchronized block for primitives?
How we can skip finally block of exception even if some exception occurs in the exception block in java?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is the destroy method?
How to do encapsulation in java?
What are recursive functions?
Is map sorted in java?
What is final keyword in java?
How do you sort a string in java?