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
Difference between loadclass and class.forname?
What is a modular application?
What is the difference between RMI and Corba?
Can I have an action without a form?
Is the session factory thread safe?
In RMI, inorder to sent the stub reference to the client, is we have to load the server object first into the memory or can we directly sent reference to the client?
What value does read() return when it has reached the end of a file?
what is an isolation level?
What event results from the clicking of a button?
Difference between swing and awt?
What is the relationship between local interfaces and container-managed relationships?
What is a sessionfactory? Is it a thread-safe object?
What is the difference between system.out ,system.err and system.in?
When a thread blocks on i/o, what state does it enter?
What are the purpose of introspection?