java is fully object oriented languages or not? why?
Answer Posted / atul
java is pure object oriented nobody could prove this but understand carefully.
1)everything in java define where inside class.even main()method also.
2)somebody said it support primitive data type but think these
all primitive data type also convert into class object.
how by using wrapper classes.
3)java does not support multiple inheritence why bcz it create
ambiguity error.but its alternate is there like interface.
4) in java all thing define inside class its also treat as object state and behaviour.
every thing in java that should be in OOL language.
all these thing depends on your thoughts .
if u agree then .......
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is glasgow?
what is handle?
What classes of exceptions may be caught by a catch clause?
what are the advantages of JTA over JTS?
Are we allowed to change the transaction isolation property in middle of a transaction?
Difference between loadclass and class.forname?
What are the design considerations while making a choice between using interface and abstract class?
Which class is the immediate superclass of the menucomponent class?
What is table mutation and how do you avoid it?
Can I map more than one table in a cmp?
When a thread blocks on i/o, what state does it enter?
What is in-memory replication?
Why use a datasource when you can directly specify a connection details?
What is a modular application?
What are the pros and cons of detached objects?