Is java pure object oriented or not? if yes, give the valid
reason.
Answers were Sorted based on User's Feedback
Answer / ramesh bhardwaj
Java is not pure object oriented programming language because ,It is used Primitive Data Type
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / guest
yes, JAVA is pure object oriented Because a large application
consists of components objects, which interact with each
other. These components can be used to develop various
applications.
| Is This Answer Correct ? | 4 Yes | 7 No |
Answer / 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 |
Can we declare static variables in JSP page.
What is parameter tag and what is its use?
What is gc()?
What is function and method in java?
can rmi and corba based applications interact ?
when should you use stringbuilder class in a program?
What is array sorting in java?
How can you generate random numbers in java?
Where to store local variables?
When will we use them?
what is difference betwwen hashmap and hashtable ?
How do you override a variable in java?