Is java pure object oriented or not? if yes, give the valid
reason.
Answer Posted / raamnaresh reddy.r
No,
Reason 1:- All predefined types are not Objects.
Example:- int a=10;
Reason 2:- All operations performed on objects are not
only through methods exposed at the objects but also we can
perform directly ., for example ., we can replace String
concatenate method concat() by '+'.,
Example:- String a="JAVA"+"notfullyOOL";
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Can I extend singleton class in java?
What are functions in java?
If goto and const is reserve words than why it is not work in java?
Can an interface implement another interface?
What are the ways in which a thread can enter the waiting state?
What are constructors in java?
How the metacharacters are different from the ordinary characters?
Can java cast null?
What are strings in physics?
What’s meant by anonymous class?
What is the purpose of void?
What is the default value of byte datatype in java?
How to display all the prime numbers between 1 and 100
What are the differences between graph and tree?
Explain covariant method overriding in java.