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
Which number is denoted by leading 0x or 0x in java?
Can we serialize static variables in java?
Write a function to find out longest palindrome in a given string?
How to set the permissions to a file in java?
Is {a, n, d} a palindrome? If you are given a random string, is it a palindrome or not?
What are constructors in java?
How to sort double array in java?
What are the methods used to implement for the key object in the hash map?
What do you mean by object?
What is tree in java?
What is difference between path and classpath in java?
What is method overloading with type promotion?
Write a code to show a static variable?
What is a boolean in java?
how to convert Java project into Maven ?