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
why java uses class level type casting ?
When arithmeticexception is thrown?
Will the jvm load the package twice at runtime?
Does set allows null in java?
Is boolean a data type in java?
What is boolean query?
Why arraylist is not synchronized in java example?
What are the high-level thread states in java programming?
How do you empty a list in java?
What is predicate in java?
Can finally block be used without a catch?
What are desktop procedures?
Can a class be declared as protected?
How many bytes is a unicode character?
Explain the difference between abstraction and encapsulation.