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
How to change the priority of thread or how to set the priority of thread?
Is string a class?
What is the java virtual machine?
Is string is a class in java?
What is the output of the below java program?
What is the syntax and characteristics of a lambda expression? Explain
What is lazy initialization in java?
Tell me a few examples of final classes defined in Java API?
What is data member in java?
what is the difference between the methods sleep() and wait()? : Java thread
what is the purpose of using rmisecuritymanager in rmi?
make a method which any number and any type of argument and print sum of that arguments.....
What is rule of accessibility in java?
Which browsers work with java?
What is stack explain?