Is java is a fully object object oriented language?
Answer Posted / manju
HI friends,
Java is not 100% OOP bcoz the execution of the prog
starts with out creating an object for the class we execute.
So i feel start of the java prog execution doesnt satisfy
the 100%oop concept.
Correct me friends if i am wrong.
Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do you implement polymorphism in our day to day life?
What are the types of java?
What is javac used for?
What best practices should you follow while writing multithreaded code in java?
What are methods and how are they defined?
What environment variables are required to be set on a machine in order to run Java programs?
What are drawbacks of singleton class?
Is math an abstract class in java?
What does business logic mean?
What does regex mean?
What is the impact of declaring a method as final?
Is 0 a prime number?
How would overload a function based on return type?
What are different ways of object creation in java ?
What is the difference between synchronized and synchronized block?