Answer Posted / muthusenthil
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 ? | 24 Yes | 9 No |
Post New Answer View All Answers
What do you mean by ordered and sorted in collections in java?
What does next mean in java?
Is it possible to override private or static method in java?
Is upper case in java?
Can string be considered as a keyword?
What is the set interface in java programming?
Explain numeric promotion?
What languages are pass by reference?
What is difference between static variable and global variable?
What are the access modifiers in java?
Can a top level class be private or protected?
What do you mean by constant time complexity?
Is there any way to skip finally block of exception even if some exception occurs in the exception block?
What is equlas() and hashcode() contract in java? Where does it used?
What is the difference between static class and normal class?