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 adapter in java?
what is static import in java? Explain
Can you access non static variable in static context?
Can private method static?
Tell me a few examples of final classes defined in Java API?
I want to print “hello” even before main is executed. How will you acheive that?
What is the primary benefit of encapsulation?
What is variable and its types?
How to sort double array in java?
Difference between a class and an object?
Explain the public class modifier?
Can we sort hashmap in java?
Why we use multi threading instead of multiprocessing?
Is a method a function?
Differentiate between overriding and overloading cases?