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
How do I get the | symbol on my keyboard?
How many types of keywords are there?
Can a function return a function?
explain local datetime api in java8?
Explain thread in java?
What does i ++ mean in Java?
What is dynamic array in java?
What do you understand by an io stream?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
Can we use this () and super () in a method?
Are there structures in java?
What is meant by final class?
What is the difference between a static and a non-static inner class in java programming?
Can we access the non-final local variable, inside the local inner class?
What is a method in programming?