Answer Posted / rupali
no. java is not 100% pure OOPS.Bcz:
1). it does not support multiple inheritance and pointers
which are the concepts of oops.
2). it provides primitive datatypes which are not treated
as objects.
3). Bcz of static keyword.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is autoboxing and unboxing?
Why synchronization is important in java?
why Java does not support multiple inheritances?
What is the difference between JDK and JVM?
What is thread life cycle?
What is threaded programming and when is it used? : Java thread
Can you tell me range of byte?
What is the preferred size of a component in java programming?
What is the internal implementation of set in java?
Is void a return type?
Is singleton class immutable?
What is a private class in java?
What is the point of java?
What is method in research paper?
How can we access some class in another class in java?