Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / supriya
No,
1.Primitive data types are present
2.Multiple inheritance is not support which is OOPs concept.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is compiler and what its output.
how does the run() method in runnable work? : Java thread
How strings are created in java?
How many tetrahedral voids are there in bcc?
What is bufferedreader in java?
What is the use of default method in interface in java?
What is meant by collection in java?
Why array is used in java?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
Can we use this () and super () in a method?
What is abstraction in java?
What is an iterator java?
Why do we need data structure in java?
What is difference between string and stringbuffer?
Define an abstract class with reference to java.