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 the largest data type in java?
What is the type of lambda expression?
What do you understand by looping in java? Explain the different types of loops.
Does java arraylist maintain insertion order?
What is jit compiler ?
can java object be locked down for exclusive use by a given thread? : Java thread
What is a substring of a string?
What are the four versions of java?
What is a class object?
What are advantages of exception handling in java?
What is the purpose of the finalize() method?
What is the dot operator?
Is array dynamic in java?
What is the scope or life time of instance variables?
What is += mean in java?