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 use of set in java?
Explain about interrupt() method of thread class ?
What is string intern in java?
What are autoboxing and unboxing? When does it occur?
Why do people says “java is robust”?
What is the difference between Grid and Gridbaglayout?
How do you do a line break in java?
What is annotation in java?
What are parameters in a method?
What is method reference in java?
What is the benefit of using enum to declare a constant?
What is double in java?
How many bytes is a unicode character?
What is thread pool? How can we create thread pool in java?
Does java arraylist maintain insertion order?