Java violates few objected oriented concepts. Can you
explain in what way?
Answer Posted / rohan
Java is not a pure object oriented language that's true
because when we use int,float,char we need not define any
class for that their is a class called raper classes which
are by default give this made the java to violates some
object oriented concept...
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What does sprintf mean?
What happens if we don’t override run method ?
What are the three parts of a lambda expression? What is the type of lambda expression?
What is bifunction in java?
Which method returns the length of a string?
What is variable argument in java?
Can It is possible to synchronize the constructor of a Java Class?
What is the range of a character variable?
How do you use compareto?
Can interface be private in java?
What is a null point?
What does this () mean in constructor chaining concept?
What is the buffer limit?
Can I override protected method in java?
Is age discrete or continuous?