Is java is a fully object object oriented language?
Answer Posted / srinu
java is not fully object oriented language because it will
not platform independent in language
example: when java project will not do in c++ so it is
platformdependent
| Is This Answer Correct ? | 6 Yes | 47 No |
Post New Answer View All Answers
Can we create object of inner class in java?
What is difference between hashset and hashmap in java?
What is ternary operator in java?
How do you write methodology?
What is meant by javabeans?
What is array size in java?
What is a type parameter in java?
What is anonymous inner class?
Explain the usage of this with constructors?
If you are given the name of the function at run time how will you invoke the function?
Describe what happens when an object is created in java ?
What is package private scope in java?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What is binary tree in java?
What is an immutable class? How to create an immutable class?