Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

In a my eclipse editor if i want to switch from jdk 1.4 to jdk 1.6 how to do that???? Initially i have jdk1.4

1 Answers   Tech Mahindra,


How many methods does cloneable interface contains?

6 Answers  


What are inbuilt functions in java?

0 Answers  


If system.exit (0); is written at the end of the try block, will the finally block still execute?

0 Answers  


What restrictions are placed on method overriding?

0 Answers  


Explain the meaning of java applet.

0 Answers   TCS,


What is the difference between method and means?

0 Answers  


Can we override the overloaded method?

0 Answers  


How do you take thread dump in java?

0 Answers  


In Java list the methods that can be overridden?

0 Answers   Accenture,


In what ways you can handle exception ?

3 Answers  


Explain importance of inheritance in java?

0 Answers  


Categories