Why Java is not purely object oriented?
Answer Posted / ratnam gupta
java is fully object oriented language because you will say about primitive data type int ,float etc than wrapper classes concept is there for primitive data types .and wrapper class makes the data types as object
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is appletviewer?
What does the “final” keyword mean in front of a variable? A method? A class?
Does every java program need a main?
What is math in java?
Can we extend singleton class in java?
Why is String immutable?
Why method overriding is used?
Name few "optional" classes introduced with java 8 ?
What is lambda programming?
Explain the JDB in depth & command line.
When will you define a method as static?
What does t in java mean?
How would overload a function based on return type?
If a variable is declared as private, where may the variable be accessed?
What are different types of constants?