Is java is a fully object object oriented language?
Answer Posted / varahalaraju penmetsa
y do u say java is not pure OO Lang?
primitive datatyeps --> we can convert the primitive types
into wrapper types and they are 100% oo objects
Multiple Inheritance --> java does not support it, any way
we can achieve multiple inheritance using Interfaces and it
is 100% oo concept
abstract classes --> yes we cannot create objects for these
classes but by using these classes we are providing an
opportunity to other class to make an inheritance
relationship and Inheritance is 100% OO concept
and java supports method overloading and overriding for
polymorphic effect so java is 100% pure OO language
cheers,
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?
What are the restriction imposed on a static method or a static block of code?
how to create multithreaded program? Explain different ways of using thread? : Java thread
how we can make a write-only class in java?
What is default exception handling in java?
What are generic methods?
Is it possible to specify multiple jndi names when deploying an ejb?
What is nextint java?
What do you mean by order of precedence and associativity?
Explain about fail safe iterators in java?
What is the importance of main method in Java?
How destructors are defined in java?
What is the difference between JDBC 1.0 and JDBC 2.0?
I want to re-reach and use an object once it has been garbage collected. Define how it’s possible?
Is multiple inheritance supported by java?