Why Java is not purely object oriented?
Answer Posted / chandra rekha
Java is a PURELY OBJECT ORIENTED PROGRAMMING LANGUAGE.
Is This Answer Correct ? | 36 Yes | 268 No |
Post New Answer View All Answers
What is set and get methods in java?
What is Java Package and which package is imported by default?
What does I ++ mean?
What is abstract class constructor called?
What is the format specifier?
Can we extend private class in java?
Does constructor return any value?
Explain the advantages of packages in java?
how to create multithreaded program? Explain different ways of using thread? : Java thread
Is linked list a linear or non-linear data structure?
How to sort array in descending order in java?
What are the topics in advance java?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
Explain about doubly linked list
Can we have multiple public classes in a java source file?