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 |
How can two threads be made to communicate with each other?
explain multi-threading in java?
write a program to create an arraylist with string(add,remove) operation.and value should be enter through keyboard.
This is related to threads. I have a class with synchronized method m1(). Can I create different instances of this class and execute the m1() for different threads?
What is method overloading and method overriding?
What are the differences between unchecked exception, checked exception, and errors?
Is int a class in java?
How is the marker interface used in Java?
How to overcome the exception object reference not set to an instance of object?
What is the difference between JDK and JVM?
Does java arraylist maintain insertion order?
explain the life cycle of thread?
10 Answers CTS, NIIT, TCS,