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
What is the diffrence between inner class and nested class?
What are some alternatives to inheritance?
Are arrays primitive data types?
What is the arraylist in java?
Explain about collection interface in java?
What does bitwise or mean?
Which one will take more memory: an int or integer?
Is java an ide?
Why are arrays useful in java?
What is array command?
What do you mean Abstraction in java?
What is jit compiler ?
How would you convert bytes to string?
If an application has multiple classes in it, is it okay to have a main method in more than one class?
Can we force garbage collector to run ?