Why Java is not purely object oriented?
Answer Posted / bijay
java is not purely objaect oriented language because in
java we are using primitive data type & java does not
support multiple inheritance directly.
| Is This Answer Correct ? | 4 Yes | 6 No |
Post New Answer View All Answers
what is interface in java? Explain
What are the various access specifiers in java?
Is null false in java?
What does escaping a character mean?
What is singletonlist in java?
What is an argument in java?
What is meant by distributed application? Why are we using that in our application?
Whats the difference between notify() and notifyall()?
What is the final variable?
How do you declare a string variable?
Which is better arraylist or vector?
What is a predicate method?
What is proper subset?
What is a Transient Object?
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.