Answer Posted / sonam
You can prevent method overriding by declared method as
static
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
What is byte data type?
What is the preferred size of a component in java programming?
What does mean in regex?
What is scope & storage allocation of global and extern variables? Explain with an example
What is void data type?
What is remote method invocation (rmi)?
What do you mean by ternary operator in java?
What is JVM and is it platform independent?
What if constructor is protected in java?
Can a class be private in java?
Should a main method be compulsorily declared in all java classes?
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 an exception in java?
What is size_t?
What does java stand for?