java is fully object oriented languages or not? why?
Answer Posted / awadhesh kumar
Java is not a completely object oriented language, because
not all values in Java are Objects. For example, the basic
numeric types such as int, long, double, etc., are not
objects and need to be "boxed" into objects in order to pass
them as Object parameters or call methods on them.
| Is This Answer Correct ? | 19 Yes | 3 No |
Post New Answer View All Answers
What is the map interface?
What is metaspace?
Why a component architecture for the java platform?
What does module-relative mean?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
Can we sent objects using Sockets?
Why are my checkboxes not being set from on to off?
Describe activation process?
What are the difference between RMI and CORBA?
What are local interfaces? Describe.
what is an isolation level?
Describe responsibilities of Activator?
how to make a index.jsp for running the site in internet and find an error for connection with weblogic server and java that give an error invalid object name.and how to maintain session.
Can I import same package/class twice? Will the jvm load the package twice at runtime?
What happens when a thread cannot acquire a lock on an object?