Can you override a private or static method in java?
Answer / siddu
Static is final method it can not be change or override inherited in another class
| Is This Answer Correct ? | 0 Yes | 0 No |
How would you convert bytes to string?
what is the life cycle of jsp?
Is java good for beginners?
What is constructor and virtual function?
What is the use of anonymous inner classes ?
Why method overriding is used?
What are the advantages of packages in java?
What is final method in java?
What will happen if we write code like: try{}catch(exception e)catch(IOException i)
What is oop in java?
Why super is first line in java?
What is race condition ?? (Threading concept) TCS 2 sept10