Why Java is not purely object oriented?
Answer Posted / priya
java is not purely object oriented b'coz
although we can't write a java program without a CLASS,it
can be without an OBJECT.
i.e. you can simply write the code in "public static void
main(String[] args)". and still it works. Similarly, C++ is
not b'coz u can write CPP program in "main()".
| Is This Answer Correct ? | 10 Yes | 14 No |
Post New Answer View All Answers
Can we have this () and super () together?
what is deadlock? : Java thread
Can we have more than one package statement in source file ?
What is string in java is it a data type?
What is primitive data type in java?
How is final different from finally and finalize?
Define jre i.e. Java runtime environment?
How does linkedhashmap work in java?
why are there separate wait and sleep methods? : Java thread
What is anti pattern in java?
What is string english?
If A Class Is Declared Without Any Access Modifiers, Where May The Class Be Accessed?
What methods are used to get and set the text label displayed by a button object?
Can we write method inside a method in java?
Define an enumeration?