Why Java is not purely object oriented?
Answer Posted / amit
yes its a wrong question because java is pure Object
ORIENTED PROGRAMMING LANGUAGE.it have always always object
class wheather we difine or not and always overwrite println
() method
| Is This Answer Correct ? | 21 Yes | 177 No |
Post New Answer View All Answers
Discuss different types of errors that generally occur while programming.
what is the volatile modifier for? : Java thread
What is a parameter in simple terms?
Can we create an object if a class doesn't have any constructor ( not even the default provided by constructor ) ?
Why are arrays useful in java?
How do I remove a character from a string in java?
Is there a way to increase the size of an array after its declaration?
How do you sort a string in alphabetical order in java?
What is token in java?
Explain the selection sort algorithm?
Can we execute a program without main?
Explain about collection interface in java?
What are assembly attributes?
How to do a true java ping from windows?
If goto and const is reserve words than why it is not work in java?