What are the limitations for static method?
Answer Posted / niranjanravi
cdan not be reffered to this or super
can only access static data
can only call other static methods
| Is This Answer Correct ? | 26 Yes | 4 No |
Post New Answer View All Answers
What is the generic function?
What are the differences between forwarding () method and sendredirect() methods?
What is parse method?
What is a boolean in java?
What are packages in java?
What is the difference between hashmap and hashtable in java?
When is the garbage collection used in Java?
What is the difference between an object-oriented programming language and object-based programming language?
What is the function of character?
What is the use of singleton class?
What is not thread safe?
What is an example of a keyword?
Is string a class in java?
What is difference between hashset and hashmap?
Explain the difference between a Thread and a Process.