Is java pure object oriented or not? if yes, give the valid
reason.

Answers were Sorted based on User's Feedback



Is java pure object oriented or not? if yes, give the valid reason...

Answer / mishal tripathi

No, it is not purely object oriented because of primitive
data types.

Is This Answer Correct ?    30 Yes 15 No

Is java pure object oriented or not? if yes, give the valid reason...

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

Is java pure object oriented or not? if yes, give the valid reason...

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

Is java pure object oriented or not? if yes, give the valid reason...

Answer / shyam

yes java is object oriented because primitive data types are declaring inside class only

Is This Answer Correct ?    2 Yes 0 No

Is java pure object oriented or not? if yes, give the valid reason...

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

Is java pure object oriented or not? if yes, give the valid reason...

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

Is java pure object oriented or not? if yes, give the valid reason...

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

Is java pure object oriented or not? if yes, give the valid reason...

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

Is java pure object oriented or not? if yes, give the valid reason...

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

Is java pure object oriented or not? if yes, give the valid reason...

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

Post New Answer

More Core Java Interview Questions

can u handle an error if u write Thowable in the catch class lise try { some errorneous code }catch(Throwable e){ ...}

4 Answers  


How to count occurrences of each duplicate element in a list {a,b,d,c,a,b} ? Thanks in Advance

2 Answers   TCS,


What classes of exceptions may be caught by a catch clause in java programming?

0 Answers  


Why singleton class is used in java?

0 Answers  


What are the main differences between notify and notifyAll in Java?

0 Answers  






What is an inner class in java?

0 Answers  


How do you reverse a word in java?

0 Answers  


Can we return null in java?

0 Answers  


Can we declare an interface as final?

0 Answers  


What happens when heap memory is full?

0 Answers  


What is meant by design patterns?

0 Answers  


Where is java located?

0 Answers  


Categories