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
What is console based application in java?
What are streams in java 8?
What is the difference between int and integer in java?
What do you mean by pointer value and address?
What is java util list?
Explain java heap space and garbage collection?
What is stringwriter?
Is java an open source?
What is the difference between choice and list?
What are internal variables?
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???
Why are there no global variables in java?
Which list does not allow duplicates in java?
do I need to use synchronized on setvalue(int)? : Java thread
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?