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
Is integer a class?
What are variable arguments or varargs?
Can we use a default constructor of a class even if an explicit constructor is defined?
How to create com object in Java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
Why static functions are used?
Can two objects have same hashcode?
Write a code to create a trigger to call a stored procedure
How many days will it take to learn java?
What is object in java?
What is string in java?
What is equlas() and hashcode() contract in java? Where does it used?
How we create object in copy constructor?
What do you understand by soft reference?
What is sizeof () operator?