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 are transaction attributes?
Do we need to override service() method
cud u help me ... i am struggling with this question... to find all the subsets of a given set for ex.... a,,b,c shud give all the subsets.... i gt the program in c bt nt able to get it in java..... help needed ..
What’s jboss cache in short?
What is prototype?
What is a class loader? What are the different class loaders used by jvm?
Why do I get a duplicate name error when loading a jar file?
Explain phantom read?
What are local interfaces? Describe.
which type of objects reference will be given to client?
which book is better for jdbc ,servlets and jsp
Explain about thread synchronization inside a monitor?
What is the purpose of the notifyall() method?
what are the activation groupworks?
For which statements does it make sense to use a label?