Is java is a fully object object oriented language?
Answer Posted / §ẳȗ&am
Java is not pure object oriented. Because in java there are some concepts of wrapper classes like Integer, Float, Long etc. We cannot create the objects of these classes so this is violating the concept of OOPS that in OOPS everything must be in the form of objects and classes.
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is meant by inheritance and what are its advantages?
What are the differences between c++ and java?
What is exception propagation?
What is object in java?
What is singleton class in ruby?
Why is a string immutable?
what is inner class in java?
What is the transient keyword?
What is the independent variable in an experiment?
What is the purpose of tostring() method in java?
what is the constructor and how many types of constructors are used in java?
What is the biggest integer?
What are the three parts of a lambda expression? What is the type of lambda expression?
What are the problems faced by java programmers who don't use layout managers?
Can we convert stringbuffer to string?