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 a portable component?
What value does read() return when it has reached the end of a file?
Explain the advantages and disadvantages of detached objects.
What are the difference between RMI and CORBA?
Explain RMI Architecture?
Can I use javascript to submit a form?
What is the map interface?
What is a policy?
What is prototype?
What is a class loader?
what are memory considerations of jsp compares to other web components?
What are JTA/JTS and how they used by client?
What is a clone?
Why doesn’t the focus feature on the tag work in every circumstance?
Define aop(assepct oriented programing)?