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
Why chararray() is preferred over string to store the password?
What is the core java?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?
Can we clone singleton class in java?
What is the use of using enum to declare a constant?
How to Sort Strings which are given in List and display in ascending order without using java api.
Is assembly language a low level language?
Why is stringbuffer called mutable?
What is meant by vector class, dictionary class, hash table class, and property class?
Why bytecode is called bytecode?
What carriage return means?
Why charat is used in java?
What are operators and its types?
what happens when a thread cannot acquire a lock on an object? : Java thread
Explain treeset?