What is meant by event handling in SAX parser?
Answer / ajay kumar sharma
To set listenrers or actions to perform for a componet to
tell that what it has to perform. Its called as event
handling.
| Is This Answer Correct ? | 2 Yes | 3 No |
When will we use them?
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 object deep copy and shallow copy and why it is required?
What happens when main () method is declared as private?
How many bytes is string in java?
What is the difference between hashmap and hashtable in java?
What is meant by flickering?
Give some features of interface?
what is actual real time using of oops concepts in projects(Interface,polymorphism.abstraction.........)
What does math floor () do?
Can we override the private methods?
What is basic syntax?