Is java is a fully object object oriented language?
Answer Posted / alok painuly
java is not a fully object oriented programmin language,
its a "Pure object oriented language". Because a fully OOPL
must follwo all the characteristics of Object Oriented like
abstraction,polymorphism,encapsulation,inheritance etc...
But java does not support "Inheritance" property fully.. it
does not support Multiple inheritance,even we have
substitute as implementing Interfaces which allow multiple
inheritance but ist pure not fully..
So JAVA is a "Pure Object Oriented PL"..
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What data type is a string?
What is super keyword explain with example?
What is split return?
What is java instanceof operator?
What is :: operator in java?
What is the use of beaninfo?
Explain which of the following methods releases the lock when yield(), join(),sleep(),wait(),notify(), notifyall() methods are executed?
What are the different ways of implementing thread? Which one is more advantageous?
What are the topics in advance java?
What is the destroy method?
Write down program for following scenario. Use java coding standard. You have array list with some words in it..we will call it as dictionary….and you have a arbitrary string containing some chars in it. You have to go through each word of dictionary and find out if that word can be constructed with the help of chars from arbitrary string given. If you find the word print it else print none.
What is the difference between conversation & casting?
Can a static block throw exception?
What is string buffer?
Explain about field hiding in java?