Why Java is not purely object oriented?
Answer Posted / edward sudhaharchennai
Even though we cannot write parogramme in java without
classes and objects , Still java allows to use primitive
types. So i can say java is not 100% object oriented....
| Is This Answer Correct ? | 4 Yes | 3 No |
Post New Answer View All Answers
Explain the public class modifier?
Why we cannot override static method?
Does windows 10 need java?
Explain an algorithm to find depth of a binary tree.
What is the use of default method in interface in java?
Can we override tostring method in java?
What is a numeric digit?
What restrictions are placed on method overriding in java programming?
Why do we need hashmap in java?
Can you explain the cs option of java interpreter?
How do you sort a string in alphabetical order in java?
Which class is used by server applications to obtain a port and listen for client requests?
Is java call by reference?
Can a class have an interface?
What is the diffrence between inner class and nested class?