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 difference between wait and notify in java?
What is locale in java?
what is the difference between yielding and sleeping? : Java thread
What are the main features of java?
Difference between this() and super() ?
Give me some null interfaces in java?
How can you share data between two thread in Java?
what is the difference between process and thread? : Java thread
What is the use of protected in java?
Explain about instanceof operator in java?
Suppose if we have variable ' I ' in run method, if I can create one or more thread each thread will occupy a separate copy or same variable will be shared?
Which is bigger float or double?
How will you invoke any external process in java?
How do you classify Dialog Box?
What is the difference between @before and @beforeclass annotation?