Why Java is not purely object oriented?
Answer Posted / gowrinath
java is purely object oriented language...as one of the
respondent was saying that java uses static key....though
it uses ststic key word its still object oriented...because
when ever we call static variable or static key word with
class reference the class object is loaded...in this way
java is pure object oriented language....
| Is This Answer Correct ? | 13 Yes | 75 No |
Post New Answer View All Answers
What’s a deadlock?
what is optional in java 8?
In java, how many ways you can take input from the console?
Can we use static class instead of singleton?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
How do you sort objects in java?
What is an exception in java?
What is Hierarchy of exception?
What is t type java?
Is singleton thread safe in java?
how its run?
What is the difference between length and length () in java?
How to convert string to char and vice versa?
What is procedure overloading?
What are controls and their different types in awt?