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
In the below example, how many string objects are created?
What is proper subset?
What is array length?
Is 9 a prime number?
What are keywords give examples?
What is the difference between abstraction and encapsulation?
What is incompatible types in java?
Explain what are final variable in java?
How the metacharacters are different from the ordinary characters?
Why set do not allow duplicates in java?
What is difference between java and java ee?
Can we sort hashmap in java?
How do you do a line break in java?
How do you access command-line arguments within the code?
What is a boolean field?