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 is multithreading and its advantages?
What is parsing a string?
What is stringjoiner ?
What do you mean by data type?
What is the memory leak in java?
What is a percentage sign called?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?
What is the byte range?
How do you escape a string?
How many bytes is string in java?
What are annotations in java?
What is floor math?
Explain the importance of join() method in thread class?
What is default locale java?
Why do we need singleton?