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
Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?
How many bytes is a string?
What is classes in java?
Can we make the abstract methods static in java?
What are methods?
What does I ++ mean?
Write an algorithm for quick sort?
Where are the local variables stored?
What do you mean by garbage collection used in java?
Explain abstract class in java?
What is the difference between a choice and a list?
What is a boolean expression in java?
Can we create object of inner class in java?
What are keywords in programming?
What are the two ways to create a thread?