Is java is a fully object object oriented language?
Answer Posted / b.santhosh kumar
Java is not a fully object oriented language because of the
following reasons:
1)It uses primitive data type like int,float which are not
object
2)It does not support operator overloading multiple inheritance.
3)It allows static methods to call without creating the
instance.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is purpose of find feature?
What does system.gc() and runtime.gc() methods do?
What is mean by collections in java?
Explain about main() method in java ?
What does nextint () do in java?
Why is the singleton pattern considered to be an anti pattern?
When should I use singleton?
What is string literal in java?
What is the difference between variable & constant?
What is a parameter in matrices?
Explain try and catch keywords in java?
What is the purpose of main function in java?
What are the types of inner classes (non-static nested class) used in java?
What are different types of encoding?
How do you use find and replace?