Answer Posted / janet
The java.awt.AWTEvent class is the highest-level class in
the AWT event-class hierarchy.
| Is This Answer Correct ? | 18 Yes | 0 No |
Post New Answer View All Answers
What an i/o filter in java programming?
Give reasons supporting that string is immutable.
What are the basic concepts of OOPS in java?
How do you insert a line break?
What is an array in java?
Explain an algorithm to find depth of a binary tree.
What does the exclamation mark mean in java?
What is structure of java heap? What is perm gen space in heap?
What is public static?
What is the differences between heap and stack memory in java? Explain
What is the properties class in java programming?
What is difference between static and abstract class?
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 parsing a string?
What are static blocks in java ?