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
List some features of the abstract class.
What is meant by oops concept in java?
Can a class extend more than one class?
What is methodological theory?
What is run time allocation?
Is java jre still free?
What is entry in java?
What is the super void?
Describe how to implement singleton design pattern in struts.
What is starvation?
How do you use wildcards?
Is array primitive data type in java?
What are the difference between string, string builder, and string buffer in java?
How to check if a list is sorted in java?
How to solve the problem of generating the unique hash keys with hash function?