Answer Posted / narender_niit
ActionListener
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the differences between string, stringbuffer and stringbuilder?
What are exceptions
What is meant by local variable and instance variable?
What is the difference between import java.util.date and java .util?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?
What does int [] mean in java?
How objects of a class are created if no constructor is defined in the class?
What is bubble sort in java?
What are the rules for variable declaration?
Are arrays classes in java?
What is function and method in java?
What is constructor and virtual function? Can we call a virtual function in a constructor?
what do you understand by synchronization? : Java thread
What is percentage in java?
There are two classes named classa and classb. Both classes are in the same package. Can a private member of classa can be accessed by an object of classb?