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
Name three subclasses of the component class?
what is Activation Instantinator?
What method is invoked to cause an object to begin executing as a separate thread?
What are callback interfaces?
Difference between DurableSubscription and non- DurableSubscription?
What is the difference between the session.get() method and the session.load() method?
What are the call back methods in entity bean?
Explain ioc concept?
If your ui seems to freeze periodically, what might be a likely reason?
Name the class that is used to bind the server object with RMI Registry?
Is it possible to stop the execution of a method before completion in a sessionbean?
What is Remote Server?
what is a non-repeatable read?
Why a component architecture for the java platform?
What is a class loader? What are the different class loaders used by jvm?