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 native code?
How do you override a variable in java?
What are advantages and disadvantages of OOPs?
Is zero a natural number?
If goto and const is reserve words than why it is not work in java?
Can a class be declared as protected?
How can you traverse a linked list in java?
What is a local class in java?
Explain about main() method in java ?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?
What does opcode mean?
How can we pass argument to a function by reference instead of pass by value?
What all methods are used to prevent thread execution ?
can java object be locked down for exclusive use by a given thread? : Java thread
What is hashset in java?