Java violates few objected oriented concepts. Can you
explain in what way?

Answers were Sorted based on User's Feedback



Java violates few objected oriented concepts. Can you explain in what way?..

Answer / 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

Java violates few objected oriented concepts. Can you explain in what way?..

Answer / anjani kumar jha

There are only three language in the world which is
pure-object oriented

a)effilmore

b)Small-Talk

c)Ruby

So therefore for pure object oriented programming there are
six concept

a)Encapsulation

b)Polymorphism

c)Inheritance

d)Abstraction
//These two e) and f) are not supported by java and hence
java is not //pure object programming language-----it is
only true //object oriented programming language.....
e)There should not be primitive

f)And there should not be any boudation on classes.

Thanks and Regards
Anjani Kumar Jha
09623154095
CDAC,PUNE

Is This Answer Correct ?    6 Yes 0 No

Java violates few objected oriented concepts. Can you explain in what way?..

Answer / pushpa

Multiple Inheritence
even if it is supported through the interfaces
it's not possible through basic object oriented concepts

Is This Answer Correct ?    4 Yes 3 No

Post New Answer

More Core Java Interview Questions

How many types of the indexof method are there for strings?

0 Answers  


what is the replacement method of stop() of thread

8 Answers   IBM, TCS,


Can we create object of static class?

0 Answers  


What are the performance implications of interfaces over abstract classes?

1 Answers  


What is the Scope of Static Variable?

0 Answers   Verifone,






When is the garbage collection used in Java?

0 Answers   BirlaSoft,


What is java lang object?

0 Answers  


Write a program to check for a prime number in java?

0 Answers   Cyient,


What do you understand by the term string pool?

0 Answers  


which class is the wait() method defined in? : Java thread

0 Answers  


What is constructor chaining in java?

0 Answers  


Does A Class Inherit The Constructors Of Its Superclass?

0 Answers   Wipro,


Categories