Answer Posted / nithi
Java is not pure object oriented language.It have primitive data types. the pure object oriented language is the one which uses all the concepts of oops and use objects.but in the other case when the java uses wrapper classes for primitive data types, it will use everything as class and objects and become pure object oriented language..
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is a string in javascript?
Where is javascript used most?
What javascript method would convert the string “20” to an integer (on the fly) so “20” + 20 = 40?
What does => mean in node js?
Will javascript be replaced?
What are the data types supported by javascript?
what is the difference between let, var, and const?
Can you explain how inheritance works in javascript?
What is purpose of onerror event handler in javascript?
Explain the difference between call() and apply()?
What is variables in javascript?
What are escape characters?
What does three dots mean in texting?
Which built-in method calls a function for each element in the array?
What is output of “20” + 20? In javascript?