Is Java is 100% pure OOPS? Explain?

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


Please Help Members By Posting Answers For Below Questions

What is the final blank variable?

583


What does math floor () do?

545


What is the benefit of singleton pattern?

518


How do you achieve polymorphism in java?

513


What is a Hash Table? What are the advantages of using a hash table?

602






Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?

599


what is collatration?

2736


Can you use this() and super() both in a constructor?

520


Explain about object oriented programming and its features?

586


Is hashset ordered java?

578


What is a consumer in java?

559


Why string objects are immutable in java?

563


What data structures are used to perform recursion?

598


What do you mean by access modifier?

550


Write a program to print the pattern given below

491