Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


When you Click a Button, What event will be fired?

Answers were Sorted based on User's Feedback



When you Click a Button, What event will be fired?..

Answer / niranjanravi

An ActionEvent is generated.

Is This Answer Correct ?    3 Yes 1 No

When you Click a Button, What event will be fired?..

Answer / dipil t t

An ActionEvent is generated.It is performed by
actionListner.

Is This Answer Correct ?    1 Yes 1 No

When you Click a Button, What event will be fired?..

Answer / akshay

MouseListener Interface contains method mouseclicked(), this is called..

Is This Answer Correct ?    0 Yes 0 No

When you Click a Button, What event will be fired?..

Answer / bindu

which listeners are added to button those listener methods
vill be called.

Is This Answer Correct ?    0 Yes 1 No

When you Click a Button, What event will be fired?..

Answer / 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

More Core Java Interview Questions

How many bits is a word?

0 Answers  


Can we access the non-final local variable, inside the local inner class?

0 Answers  


what is the form of storage space in java?

5 Answers  


What is the method in java?

0 Answers  


how can i kill thread without stop() and destroy()

1 Answers  


Why can we not override static method?

0 Answers  


What is advantage of using threads?

2 Answers   BMC,


I declared main() method as private. But it still running and displaying the output. Please Answer it . Code Snippet as Below: import java.io.*; class over { private static void main(String[] args) { int high = Integer.MAX_VALUE; int overflow = high + 1; int low = Integer.MIN_VALUE; int underflow = low - 1; System.out.println(high + "\n" +overflow +"\n"+ low +"\n"+underflow); //System.out.println(overflow); //System.out.println(low); //System.out.println(underflow); } }

4 Answers   Cap Gemini,


What restrictions are placed on method overloading in java programming?

0 Answers  


How many ways can you break a singleton class in java?

0 Answers  


Is list ordered in java?

0 Answers  


What is string syntax?

0 Answers  


Categories