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
Give reasons supporting that string is immutable.
How do you declare an array in java?
What are actual parameters?
What is early binding and late binding in java?
Can we have any code between try and finally blocks?
Which keyword specify that a variable is effectively final ?
What is meant by null and void?
What is the purpose of interface?
How do you sort objects in java?
What is the disadvantage of synchronization?
How do I type unicode?
What is navigable map in java?
Is assembly language a low level language?
If a class is declared without any access modifiers, where may the class be accessed in java programming?
Explain the selection sort algorithm and state its time complexity?