java is fully object oriented languages or not? why?
Answers were Sorted based on User's Feedback
Answer / likhitha
yes,java is fully object oriented language.because it mainly
depends upon objects.
| Is This Answer Correct ? | 0 Yes | 17 No |
Answer / shashank shrivastava
Java is fully object oriented langauge because in java
every thing even main() also inside the class & its
contained all feature of OOPs
| Is This Answer Correct ? | 6 Yes | 28 No |
Difference between sleep and suspend?
whats is mean by filter?
What are the different approaches to represent an inheritance hierarchy?
types of exceptions
Define aop(assepct oriented programing)?
What are synchronized methods and synchronized statements?
What is Lock Based Protocol and what is its use?
what is a dirty read?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
what is the Remote Stub?
What is the purpose of the notify() method?