java is fully object oriented languages or not? why?
Answer Posted / masthan
No. Java is not 100 % Pure OOP because of following reasons:
1) It doesnot support Multiple inheritance.
2) It allows use of primitive data types which are not an objects.
3) It allows static methods to call without creating the instance.
4)All features of OOP lanuage is not fully supported by java. eg: Multiple Inheritance(it does by using interfaces only). Operator Overloading etc.
5)You can run a java program without making a single object.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
whats is statement and procedure
Why use a datasource when you can directly specify a connection details?
what is a non-repeatable read?
What is threadfactory?
What happens when a thread cannot acquire a lock on an object?
What restrictions are placed on the values of each case of a switch statement?
Can you give me a simple example of using the requiredif validator rule?
How will you pass parameters in RMI? Why do you serialize?
What are the call back methods in entity bean?
What is local interface. How values will be passed?
What is scalable, portability in the view of J2EE?
What are the benefits of detached objects?
AS a developer will u create a data source in connection pool? If so how will u do that, how to access the object from connection pool using IRAD tool?
Can I use multiple html form elements with the same name?
How to deploy Jar, War files in J2EE?