Answer Posted / ramesh hurakadli
Java is not pure Object Oriented Programming
language,Because it supports primitive data types.so java is
not pure Object Oriented Programming language.Smalltalk is
the only language which is pure Object Oriented Programming
language.Which languages does supports primitive data types
those are not pure Object Oriented Programming language's.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the enableevents() method?
What is super?
What will happen to the exception object after exception handling?
Can a final variable be initialized in constructor?
Is alive method in java?
What is the function of log?
What is a wrapper method?
What are the main features of java?
What is public/private protected in java?
What are the properties of thread?
What is float in java?
FOR EXAMPLE WE R HAVING TWO LIST ELEMENTS ..BOTH LISTS CONTAINS ID,NAME,PLACE ..I NEED TO COMPARE BOTH IDS IN TWO LISTS,IF ID'S R SAME MEANS WE HAVE ADD THE DETAILS(LIKE NAME,PLACE) TO MAP...HOW IS POSSIBLE ?CAN ANY ONE SUGGEST?
When do we need to use internal iteration? When do we need to use external iteration?
Why Java is not pure Object Oriented language?
What is procedure overloading?