Answer Posted / kanchan bangar
java is not 100% oops because of only reason it has static
keyword,
according to oops and in real world we need an
object to perform a function but in java using class name
without an object we can perform function or call a method
this violates oops and real world reflection..
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
Is null a string or object in java?
What is r * in math?
What is meant by distributed application? Why are we using that in our application?
What is unicode full form?
Explain the importance of join() method in thread class?
Explain the difference between abstract classes and interfaces in java?
What is the collection interface?
What is difference between float and double?
Can we synchronize static methods in java?
How define set in java?
What is a method signature java?
What is lazy programming?
what is object slice?
Can we instantiate interface in java?
What is a subsequence of a string?