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
What is hash table in java?
How strings are created in java?
How do you sort a set in java?
How do you override a variable in java?
What is the difference between a switch statement and an if statement?
when should you use stringbuilder class in a program?
Why stringbuilder is not thread safe in java?
Is it possible to write a regular expression to check if string is a number?
Is singleton class immutable?
What’s the difference between callable and runnable?
What do you mean by boolean?
What are the two parts of a conditional statement?
What is void in java?
Is there a case when finally will not execute?
What is strings in java?