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
Name container classes in java programming?
What restrictions are placed on method overriding in java programming?
What is a nullable field?
What is the final keyword denotes?
What does java final mean?
What is annotation in java?
How dead lock situation occurs in java and how you can identify it?
What are parsers? Dom vs sax parser.
What is navigable map in java?
What is == and === in javascript?
What is arraylist e?
What is super constructor?
What is static method with example?
Can a main method be declared final?
How do singleton patterns work?