Answer Posted / kureshi salman rafik
An ActionEvent is fired.An actionevent extends
ActionListner.
ActionEvent using actionperformed() method.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
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?
What is the dot operator?
What do negative exponents mean?
Can you start a thread twice in Java?
How do you remove duplicates in java?
Is it possible to write a regular expression to check if string is a number?
Which java collection does not allow null?
What are the types of sockets in java?
What is the difference between interface & abstract class?
How to split a string in java?
take an array with -ve and +ve value both.find out the nearest value of 0(zero).if two values are same like(-2 and +2)then extract +2 is nearest of 0(zero).
How do you implement singleton class?
What are class members by default?
What is the type of lambda expression?
What does the “final” keyword mean in front of a variable? A method? A class?