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 |
What is java full form?
Name the methods that used to get and set the text label displayed by a Buttonobject?
Write a program to create a binary Tree ?
When object is created and destroyed?
What is a for loop in java?
why interfaces are faster than abstract classes?
Name the method that used to clear the buffer ?
Are arrays dynamic in java?
Can each java object keep track of all the threads that want to exclusively access it?
What is System class and its purpose?
how to convert mm/dd/yy to dd/mm/yy using collections in java.
What is use of valueof () in java?