Is java is a fully object object oriented language?
Answer Posted / mca parekh
No From My Point Of view I say That Java is Not Fully object Oriented Lang But It's Semi Object object Oriented Lang. Coz
It support Primitive Datatypes Which is not Objects...
And some of U Belive that it not support Operator Overloading that's why it's not OOP Lang. but It's not true coz..
It support Polymorphism by Function overloading but not through Operator Overloading coz through Operator overloading programmer can change the entire Meaning of the Operator so.... Java not Support Operator Overloading..
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
When should we create our own custom exception classes?
Can we create a class inside a class in java?
Is c better than java?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box.
Can you call a method on a null object?
Is math class static in java?
What is anagram in java?
What is this keyword in java?
Explain the JDB in depth & command line.
What is java regex?
Name container classes in java programming?
What do heavy weight components mean in java programming?
What are design patterns and please explain?
How many bits are in a sentence?
What is the main method java?