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
If your ui seems to freeze periodically, what might be a likely reason?
What is synchronization and why is it important?
What you mean by COM and DCOM?
Write a singleton program?
For which statements does it make sense to use a label?
What happens when a thread cannot acquire a lock on an object?
Which container method is used to cause a container to be laid out and redisplayed?
Explain RMI Architecture?
Can I import same package/class twice? Will the jvm load the package twice at runtime?
Why use POJO when I can use hashmap
what is meant by JRMP?
What class is the top of the awt event hierarchy?
what is an isolation level?
What is ioc concept?
How are commas used in the intialization and iteration parts of a for statement?