What is meant by event handling?

Answers were Sorted based on User's Feedback



What is meant by event handling?..

Answer / vamsy krishna

One type of communications that can occur between objects is
the event. An event is any action that can be captured in code.

Is This Answer Correct ?    7 Yes 3 No

What is meant by event handling?..

Answer / b

It is atype of handler to handle any action

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More Core Java Interview Questions

What is static import?

0 Answers  


How do you override a variable in java?

0 Answers  


Is ++ operator thread-safe in java?

0 Answers  


Java Compiler is stored in JDK, JRE or JVM?

0 Answers  


Why would you desing a J2EE application so user data is entered by way of a JSP page and managed by an underlying Java Beans class?

5 Answers   Adobe,






How many types of design patterns are there?

0 Answers  


What are inbuilt functions?

0 Answers  


How many classes can any class inherit java?

0 Answers  


Explain java coding standards for variables ?

0 Answers  


We can write any Java Logics in our JSP. Then why we are using servlets(Controller Layer) to interact with the DAO ?

6 Answers   TCS,


What is difference between fileinputstream and filereader in java?

0 Answers  


What is meant by method overriding?

0 Answers  


Categories