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
What is thread pool in java with example?
Is java a prime method?
Explain when classnotfoundexception will be raised ?
What is integer size in java?
How many ways can an argument be passed to a subroutine and explain them?
What is a linkedhashmap java?
What is binary search in java?
What do you know about the garbage collector in java?
What are voids?
What is tcp and udp?
How many techniques can be employed to create a string object?
How does varargs work in java?
Are there structures in java?
What is the difference between actual and formal parameters?
Can I declare class as static or private?