What is meant by event handling in SAX parser?



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

Post New Answer

More Core Java Interview Questions

Describe string intern() methodology

0 Answers  


What is JIT ?

4 Answers   Satyam,


how and when compiler knows that the Java code throws the checked Exception.

2 Answers   HSBC,


class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?

9 Answers   Infosys, Wipro,


When is an object in the mean to garbage collection?

3 Answers  






Can private members of a base class are inheritable justify?

0 Answers  


Does java have a compiler?

0 Answers  


What is lazy initialization in java?

0 Answers  


Can variables be used in java without initialization?

0 Answers  


What is foreach loop in java?

0 Answers  


What is the difference between Resultset and Rowset.

6 Answers   IBM, Wipro,


What happens when heap memory is full?

0 Answers  


Categories