Is Java is 100% pure OOPS? Explain?

Answer Posted / sathish kumar.s

1.In java everthing is not an object.
2.because we are using the pritive data types to make a task
(program).
E.g, in addition of numbers, we are declaring the data type
as int, not an object. so it's not 100% pure OOP's.

Is This Answer Correct ?    1 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can string be considered as a keyword?

574


What is the difference between state-based unit testing and interaction-based unit testing?

495


Can each java object keep track of all the threads that want to exclusively access it?

540


Is there any way to skip finally block of exception even if some exception occurs in the exception block?

601


How to stop a thread in java? Explain about sleep () method in a thread?

585






What is unicode in java?

509


What does string mean in java?

630


do I need to use synchronized on setvalue(int)? : Java thread

560


What is a newline character in java?

566


Explain spliterator in java8?

601


Can we define constructor in inner class?

544


Which language is java?

546


What are benefits of java?

559


Explain importance of finally block in java?

586


Give me some null interfaces in java?

605