java is fully object oriented languages or not? why?
Answer Posted / p soniya
java is not fully object oriented language because it does not support multiple inheritance directly. but it does so by using the concept of interfaces.
| Is This Answer Correct ? | 76 Yes | 13 No |
Post New Answer View All Answers
What are callback interfaces?
What is the relationship between an event-listener interface and an event-adapter class?
Where we can write Rmi registry in the code, without having to write it at the command prompt?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
How database connectivity in XML is achieved?
how i secure my site with the https protocol.what are the steps?
What is a clone?
What is a class loader? What are the different class loaders used by jvm?
What is the relationship between local interfaces and container-managed relationships?
What is the RMI and Socket?
Explain about RMI Architecture?
what are the activation groupworks?
What is the difference between the session.update() method and the session.lock() method?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
What is a sessionfactory? Is it a thread-safe object?