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 void a data type in java?
Why static functions are used?
What type of variable is error flag?
What is float in java?
Which one of the following suits the description of a string better: derived or primitive?
Is there any difference between synchronized methods and synchronized statements?
Describe 2 different ways to concatenate two strings.
What happens if a try-catch-finally statement does not have a catch clause to handle an exception that is thrown within the body of the try statement?
What is the difference between member variables initialization and assignment in a constructor?
What do you mean by byte code?
How do you check if two strings are equal in java?
Why are getters and setters used?
What is java basic concept?
Difference between arraylist and vector.
What is the access scope of a protected method?