What is meant by event handling in SAX parser?
Answer Posted / 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 |
Post New Answer View All Answers
What is final keyword in java? Give an example.
What is string builder?
When can you say a graph to be a tree?
What method is used to specify a container's layout in java programming?
Why java is platform independent? Explain.
Can a class be declared as static?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
How do you sing an Applet ?
What will happen if static modifier is removed from the signature of the main method?
What is finalize()? Is finalize() similar to a destructor?
Explain the difference between treeset and treemap in java?
What is a newline character in java?
What is byte data type?
What is the synonym of string?
What is += mean in java?