What is meant by event handling?
Answers were Sorted based on User's Feedback
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 |
Can private method static?
How do you escape in java?
how to know the total memory occupied by the objects in the ArrayList(Array list may contain duplicate objects)
Is java hashset ordered?
What is runtime polymorphism or dynamic method dispatch?
Can you explain the difference b/n abtract and interface with a good example,?In what cases we have use abtract and what case interface?
I have a sorting issue with a Hashmap. My constraint is that I MUST use the Hashmap and work with existing code. I do a database query and place the results in a Hashmap. When I iterate thru the Hashmap, it loses the original alphabetical sorting done by the database. So, my problem is that I must sort the results coming out of the Hashmap which is then placed into another class.
write a program to create an vector and listeterator.and value should be enter through keyboard.
Why java is considered as platform independent?
what is bmg file and how to create that files?what will it contailn?
0 Answers HCL, Probe Services,
Difference between ‘>>’ and ‘>>>’ operators in java?
How can you avoid serialization in child class if the base class is implementing the serializable interface?