Why Java is not purely object oriented?
Answer Posted / muthusenthil
yes, java is not purely object oriented because it uses
static keyword. this is the one and only reason.we can
perform a function declared as static without an object
this violates real world reflection and object orientation
| Is This Answer Correct ? | 71 Yes | 33 No |
Post New Answer View All Answers
Why declare Main() method as a static in java ?
What are the ways in which a thread can enter the waiting state?
Explain how can you debug the Java code?
How many tetrahedral voids are there in bcc?
What is the finalize method do?
What is subsequence of a string?
Which arithmetic operations can result in the throwing of an arithmeticexception?
What is meant by call by reference?
Is java still relevant?
What is preflight request?
What is the use of arraylist in java?
What is port number in java?
Is a method a procedure?
Why java doesn’t support multiple inheritances?
How is treeset implemented in java?