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 does file separator do in java?
How will you get the platform dependent values like line separator, path separator, etc., ?
what is the difference between future and callable interface in java?
Why is a string immutable?
Can a abstract class be defined without any abstract methods?
What is a newline character in java?
What is a parameter in matrices?
What is sleep method?
How are variables stored?
Can a method inside a interface be declared as final?
What is getclass () getname () in java?
What about features of local inner class?
How do you remove an object from an arraylist in java?
Is object a data type?
What are thread priorities and importance of thread priorities in java?