Is Java is 100% pure OOPS? Explain?

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


Please Help Members By Posting Answers For Below Questions

Is void a data type in java?

715


Why static functions are used?

782


What type of variable is error flag?

816


What is float in java?

757


Which one of the following suits the description of a string better: derived or primitive?

709


Is there any difference between synchronized methods and synchronized statements?

785


Describe 2 different ways to concatenate two strings.

882


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?

853


What is the difference between member variables initialization and assignment in a constructor?

882


What do you mean by byte code?

717


How do you check if two strings are equal in java?

784


Why are getters and setters used?

765


What is java basic concept?

755


Difference between arraylist and vector.

801


What is the access scope of a protected method?

732