Can you override a private or static method in java?
Answer Posted / siddu
Static is final method it can not be change or override inherited in another class
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Differentiate between array list and vector in java.
Write a java program to find the route that connects between Red and Green Cells. General Rules for traversal 1. You can traverse from one cell to another vertically, horizontally or diagonally. 2. You cannot traverse through Black cells. 3. There should be only one Red and Green cell and at least one of each should be present. Otherwise the array is invalid. 4. You cannot revisit a cell that you have already traversed. 5. The maze need not be in the same as given in the above example
What is Java Reflection API? Why it’s so important to have?
Is minecraft java edition free?
Is simpledateformat safe to use in the multithreaded program?
Why bytecode is called bytecode?
Give us a program to check for parenthesis matching using stack.
Can a class be private?
what is aggregation in java?
What is java basic concept?
How garbage collection is done in java?
Why is method overloading not possible by changing the return type in java?
What does int [] mean in java?
hr interview how many minutes asking question
What is int short for?