Why Java is not purely object oriented?
Answer Posted / muthusenthil
yes, java is not purely object oriented because it uses
static keyword. this is the one and only reason.we can
perform a function declared as static without an object
this violates real world reflection and object orientation
| Is This Answer Correct ? | 71 Yes | 33 No |
Post New Answer View All Answers
Why we use multi threading instead of multiprocessing?
What is object class in java?
Can we override private constructor in java?
What is public static?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is oop principle in java?
What does sprintf mean?
'A class is a template for an object' explain this statement.
Why char array is favored over string for the storage of passwords?
What is a jit compiler?
How many types of the indexof method are there for strings?
What methodology can be employed to locate substrings inside a string?
How to connect to a remote database using Applet?
What is a boolean output?
How to optimize the javac output?