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 does java se mean?
What is the access scope of a protected method?
Can we override data members in java?
What is the finalize method do?
Can a class have multiple constructors?
What is methodological theory?
What are annotations in java?
Can we define private and protected modifiers for variables in interfaces?
What does exclamation mean in java?
What is the difference between access specifiers and access modifiers in java? 16
What is singleton class example?
Explain parallel processing in java8?
what do you understand by synchronization? Or what is synchronization and why is it important? Or describe synchronization in respect to multithreading? Or what is synchronization? : Java thread
When wait(), notify(), notifyall() methods are called does it releases the lock or holds the acquired lock?
What is the concept of multithreading?