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 |
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What is a Null object?
Can we write class inside a class in java?
What is the finalize method do?
What do you mean by order of precedence and associativity?
What is difference between local variable and global variable?
When to use runnable interface vs thread class in java?
Can an abstract class be a final class?
What is the relationship between a method?s throws clause and the exceptions that can be thrown during the method?s execution?
Which is easier .net or java?
What are static blocks and static initalizers in java ?
What do you mean by object?