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

Answer Posted / brijendra kumar(java xavient)

No,
java is not pure object oriented programming language
because java does not support the pointer concept.

Is This Answer Correct ?    1 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is console based application in java?

761


What are streams in java 8?

741


What is the difference between int and integer in java?

741


What do you mean by pointer value and address?

759


What is java util list?

653


Explain java heap space and garbage collection?

776


What is stringwriter?

715


Is java an open source?

711


What is the difference between choice and list?

797


What are internal variables?

750


when a request is generated from apache tomcat 5.5 and goes to oracle 10g or mysql,,, how the oracle or mysql reads the request as apache is a web server and oracle 10g is application server? when the oracle 10g provides response, how the apche tomcat reads it???

1878


Why are there no global variables in java?

763


Which list does not allow duplicates in java?

698


do I need to use synchronized on setvalue(int)? : Java thread

739


I want my class to be developed in such a way that no other class (even derived class) can create its objects. Define how can I do so?

883