java is fully object oriented languages or not? why?
Answer Posted / dev
No,java is not fully object oriented language because it does not support "multiple inheritence" and "pointers" which are used in C++.But,by using Interfaces we can implement multiple inheritence.Also,due to presence of Primitive datatypes,which are used in (AutoBoxing)...we can say it is not fully object oriented language.
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
What are the different algorithms used for clustering?
What restrictions are placed on the location of a package statement within a source code file?
Why are my checkboxes not being set from on to off?
Explain the advantages and disadvantages of detached objects.
What is JTS?
What if the static modifier is removed from the signature of the main method?
whats is statement and procedure
What is metaspace?
A user of a web application sees a jsessionid argument in the URL whenever a resource is accessed. What does this mean? a. The form must have the field jsessionid b. URL rewriting is used as the session method c. Cookies are used for managing sessions
What is in-memory replication?
Brief description about local interfaces?
What are externizable interface?
To identify IDL language what mapping mechanism is used?
For which statements does it make sense to use a label?
What method is invoked to cause an object to begin executing as a separate thread?