whether java is fully object oriented language or partially
object oriented language
Answer Posted / maninder kaur
java partially "ool" because it supports primitive data type also [ means not only class done all process . int,float also used to process so that say]
but yes, coz we have wrapper classes to make all primitives as objects, we can considered it as a pure object oriented language.
still, there are lots of conflicts about it.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
Can we use both this () and super () in a constructor?
What is the difference between abstraction and encapsulation?
How do you declare a destructor in java?
Define an enumeration?
What is the maximum size of arraylist in java?
Do I need to import java.lang package any time? Why?
Why do we use predicate in java?
What are the access modifiers in java?
What is Recursion Function?
When a lot of changes are required in data, which one should be a preference to be used? String or stringbuffer?
Explain about collection interface in java?
Difference between collection, collection and collections in java?
When do you get classcastexception?
What is function and method in java?