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
Explain about local interfaces.
Do I need to import javlang package any time? Why ?
What method is invoked to cause an object to begin executing as a separate thread?
What is the purpose of the notify() method?
What is meant by method chaining?
Explain phantom read?
how to use debug in my elipse to solve problems that exist in my project
How would you create a button with rounded edges?
what is a non-repeatable read?
how i secure my site with the https protocol.what are the steps?
What is clustering? What are the different algorithms used for clustering?
what are memory considerations of jsp compares to other web components?
What are the steps to write p-to-p model application?
How are the elements of a cardlayout organized?
Do we need to override service() method