Is java is a fully object object oriented language?
Answer Posted / raktim mukherjee(con.begrip )
Hi Friend,
Java is not a fully object oriented language because of the
following reasons:
1)It uses primitive data type like int,float which are not
object
2)It does not support operator overloading multiple inheritance.
3)It allows static methods to call without creating the
instance.
Thanks n enjoy java.....
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are jee technologies?
Java Compiler is stored in JDK, JRE or JVM?
Describe string intern() methodology
What is an example of a constant variable?
Explain different forms of polymorphism?
What is a string what operation can be performed out with the help of a string?
What is == mean?
Explain the advantages of packages in java?
Difference between keyword and identifier.
What are inner classes or non static nested classes in java?
What is pre increment and post increment in java?
What do you understand by java virtual machine?
Write a program to show whether a graph is a tree or not using adjacency matrix.
what is use of functional interface in java 8?
Does importing a package imports its sub-packages as well in java?