Answer Posted / anand
No java isnt 100% pure OOPS coz if it were then everything
should be classes and objects, whereas java still has
primitive data type which violates the above said
statement...SmallTalk is the only 100% pure OOPS language
| Is This Answer Correct ? | 66 Yes | 9 No |
Post New Answer View All Answers
How to do a true java ping from windows?
What is difference between static class and singleton pattern?
What is backdrop?
When do we use hashset over treeset?
What is a conditional statement explain with example?
Can we have multiple public classes in a java source file?
What is difference between an object and a class?
How to split arraylist elements in java?
What is the size of an array?
When is the garbage collection used in Java?
What flag up means?
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
What is lastindexof in java?
What is the major advantage of external iteration over internal iteration?
What happens when a thrown exception is not handled?