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 are the basic control structures?
Can the interface be final?
Explain enumeration in java?
What are the advantages of autoboxing?
How does the garbage collector works in java?
Which class is the superclass for all the classes?
Can java object be locked down for exclusive use by a given thread?
How does hashset work in java?
Explain about map interface in java?
Give an example of use of pointers in java class.
Which is better stringbuffer or stringbuilder?
What are keywords give examples?
What is int lol?
Is char a data type in java?
why we use merge option in hybernate pls give a ex snippet