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 are the Static and Dynamic Variables? Differentiate them.
Can a constructor have different name than a class name in java?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What is the public method modifier?
Is java a utf 8 string?
What is use of static method?
How a variable is stored in memory?
Can I use % with real numbers?
what is synchronization and why is it important? : Java thread
What is a void method?
Why do people says “java is robust”?
What is used of static keyword in java?
What is connection class in java?
Can I import same package/class twice?
Why method overriding is used?