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 regex used for?
What is the difference between and ?
Can we call the run() method instead of start()?
Explain about main() method in java ?
Is java still necessary?
if u open login & logout ,how can udisplay the timelogin & logout members ?
How can you read content from file in java?
Can a serialized object be transferred via network?
How to implement an arraylist in java?
What a static class can contains?
What will happen if there is a default method conflict as mentioned above and we have specified the same signature method in the base class instead of overriding in the existing class ?
If you are given the name of the function at run time how will you invoke the function?
Write a factorial program using recursion in java?
What are filterstreams?
What is initial size of arraylist in java?