Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / siva parvathi
yes,yes,java is pure object oriented language...
because all our codes are written within the class.
Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
How does sublist works in java?
Does java support multiple inheritance or not?
What is derived datatype?
What are java packages? What is the significance of packages?
Explain purpose of sleep() method in java?
What is the use of System class?
What is a boolean field?
Can a class declared as private be accessed outside it’s package?
what is comparable and comparator interface?
Define the term string pool?
Explain hashset and its features?
What do you understand by the term polymorphism?
Why is java called the platform independent programming language?
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What is difference between adapter class and listener?