What is meant by event handling?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

can I implement my own start() method? : Java thread

542


What does the “static” keyword mean?

576


What is natural ordering in java?

517


What is the use of runnable interface?

599


What methods are used in Servlet?Applet communication?

1652






How does a for loop work java?

531


What are the two categories of data types in the java programming language?

496


What is the major drawback of internal iteration over external iteration?

577


Is there a case when finally will not execute?

559


How the interruptible method gets implemented?

548


What is variable explain with example?

562


What is the hashcode () and equals () used for?

527


What is space character in java?

559


If I don't provide any arguments on the command line, then what will the value stored in the string array passed into the main() method, empty or null?

694


2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?

1820