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 is the arraylist in java?
What is a heavyweight component?
Can we assign integer value to char in java?
Name some classes present in java.util.regex package.
What is bitwise complement?
What is an accessor?
Can an interface extend another interface?
How does the garbage collector works in java?
What is an empty string in css?
How do you join strings in java?
What is the flag in java?
Explain garbage collection in java?
What is an class?
What is your platform?s default character encoding and how to know this?
What is Applet Stub Interface ?