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 |
Can we declare a static variable inside a method?
What is casting?
if u open login & logout ,how can udisplay the timelogin & logout members ?
How does split work in java?
Is class is a data type?
What does a boolean method return?
What are the restrictions that are applied to the java static methods?
What is the purpose of sizeof operator?
Can we override private constructor in java?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
0 Answers Akamai Technologies,
what is multitherading
Can you make an instance of an abstract class?