Is java is a fully object object oriented language?
Answer Posted / delnaz
Java is partially object oriented because -:
1. It does not support primitive data types. Hence their
object need to be created using wrapper class.
2. A language is said to be fully object oriented if it
supports classes,objects,inheritance and polymorphism, but
java does not support multiple inheritance or operator
overloading.
3. JVM directly calls main method without calling object.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What will be the default values of all the elements of an array defined as an instance variable?
What is the difference between an argument and a parameter?
What do you mean Abstraction in java?
Can list be null in java?
What is nan inf?
Tell me are there implementations for sorting and searching in the java libarary?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent
Difference between comparator and comparable in java?
Explain exception chaining in java?
What are the restrictions imposed by a Security Manager on Applets?.
Which collection is thread safe in java?
What is better- service oriented or batch oriented solutions?
When is the finally clause of a try-catch-finally statement executed?
Write a program in java to establish a connection between client and server?