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 default constructors?
Write a java program that prints all the values given at command-line.
How can you set the applet size?
What is size_t?
Is set ordered?
Why we use methods in java?
Which is better singleton or static class?
What do you mean by default constructor in java?
os is developed in c no java is more secured then c na why dont the os developed is developed using java
Are private methods final?
What are the different conditional statements?
What do you understand by final value?
Is array dynamic in java?
What are unchecked exceptions in java?
What is an off by one error in java?