Is java pure object oriented or not? if yes, give the valid
reason.
Answers were Sorted based on User's Feedback
Answer / mishal tripathi
No, it is not purely object oriented because of primitive
data types.
| Is This Answer Correct ? | 30 Yes | 15 No |
Answer / seshu godavarthi
java is not pure object oriented programming language,becoz
datatypes in java are not objects
| Is This Answer Correct ? | 20 Yes | 12 No |
Answer / vasavi
Java is pure object oriented because java will allow the
data representation inside the classes only.
| Is This Answer Correct ? | 18 Yes | 10 No |
Answer / shyam
yes java is object oriented because primitive data types are declaring inside class only
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kumaresh
yes,java is pure object oriented language...
because all our codes are written within the class.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / narender gusain
Yes, java is a pure object oriented language b'coz it contain wrapper class whose function is to use the primitive data type as an object.
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / vino
yes,java is pure object oriented.because each main should
enclosed with one class.the class comes under the object
oriented concept only.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / supriya
No,
1.Primitive data types are present
2.Multiple inheritance is not support which is OOPs concept.
| Is This Answer Correct ? | 3 Yes | 3 No |
Answer / siva parvathi
yes,yes,java is pure object oriented language...
because all our codes are written within the class.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / 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 |
When we give defination of interface method in the class why method must be public???
Name the package that most of the AWT events that supports event-delegation model are defined?
Why java applets are more useful for intranets as compared to internet?
how to get the max salary and name of employee from arraylist without using the Comperator or even Comparable interface?
What is the difference between the paint() and repaint() methods?
What is the difference between static (class) method and instance method?
What are the ways in which a thread can enter the waiting state?
Can we write multiple catch blocks under single try block?
What is super constructor?
Give us a program to check for parenthesis matching using stack.
How do I start learning java?
Who developed java?