Answer Posted / billuyadav208
No, Java Is Not Puerly Object Oriented Because it use
primitive data types and hence is not a pure object oriented
language.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Can this keyword be used to refer static members?
What are the practical benefits, if any, of importing a specific class rather than an entire package (e.g. Import java.net.* Versus import java.net.socket)?
What is an i/o filter?
What does string intern() method do?
Explain inheritance in java?
Can a method inside a interface be declared as final?
What do you mean by object?
What is the abstract class?
Can you explain the usages of class.forname()?
Why bytecode is called bytecode?
What is the memory leak in java?
What is meant by object?
Is main is a keyword?
What is the numeric promotion?
What is Java Annotations?