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

What is derived datatype?

893


What is java autoboxing?

736


What is ascii code?

856


Explain the protected field modifier?

844


What is difference between wait and notify in java?

811


What does int [] mean in java?

779


What are the important features of Java 8 release?

817


What is mean by exception?

763


How to store image in arraylist in java?

720


How many types of exception can occur in a java program?

728


What is the difference between I ++ and ++ I in java?

750


What is the purpose of static methods and variables?

784


Which sorting is used in arrays sort in java?

884


This abstract class is correct ? abstract class A { public abstract void Disp(); public abstract void B() { } public absract virtual C() { } }

769


What is a char in java?

760