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 you mean by COM and DCOM?
What modifiers may be used with an interface declaration?
What are the services in RMI ?
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What is the map interface?
How to determine SGA site?
What is colon_pkg_prefixes and what is its use?
What is threadfactory?
What are the different approaches to represent an inheritance hierarchy?
Are we allowed to change the transaction isolation property in middle of a transaction?
Should synchronization primitives be used on bean methods?
why static class in java
Which containers use a border layout as their default layout?
Explain the difference between object state and behavior?
How substring() method of string class create memory leaks?