Why java is not a pure object oriented language?
Answer Posted / manikiran
Java fails in multiple inheritance. It is one of the feature
in OOPS concept .Java does not follow all rules of OOPS concepts
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What does percent mean in java?
What is the format specifier?
What is the range of the short type?
What about anonymous inner classes in java?
What classes of exceptions may be caught by a catch clause in java programming?
What is concurrent hashmap and its features?
What is the difference between the direct buffer and non-direct buffer in java?
What are the classes of java?
In which language java is written?
What is finalize method?
What are features of java?
What is bitwise complement?
What is final keyword in java? Give an example.
Write a program to print fibonacci series
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?