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 are the restrictions imposed on method overriding?
What is a constructor, constructor overloading in java?
Is there a case when finally will not execute?
Write a java program for binary search?
What are computer functions?
What does string [] args mean?
What are the differences between processes and threads?
State two differences between C and Java.
What is the range of the short type?
Why are data types important?
Write a program to search a number in the given list of numbers.
Is java 11 paid version?
What is sortedmap interface?
How can an object be unreferenced?
Can we declare an array without size in java?