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 is arraylist e?
What is difference between this and super keyword?
What is the map interface in java programming?
Is string a class?
What is thread count in java?
Can an interface extend another interface?
What is the use of 'super' keyword inside a constructor?
What is the size of string?
How do you reverse a string in java without using string buffer?
What is default size of arraylist in java?
Can we have 2 main methods in java class?
What do you mean by flow of struts?
What is the full name of java?
What is the applet security manager, and what does it provide?
If a method is declared as protected, where may the method be accessed in java programming?