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 nextint java?
What is the structure of java?
what are abstract functions?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
Which types of exceptions are caught at compile time?
What is immutability in java?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
What are the drawbacks of reflection?
Where pragma is used?
What does I ++ mean?
Can a class be defined inside an interface?
How a string is stored in memory?
How do you remove spaces in java?
Differences between C and Java?
What does int argc char * argv [] mean?