I am new to Java. I have following doubt.
When to use ActionListener
and when Action
? And which one gets executed first?
Can someone explain in simple steps?
I am new to Java. I have following doubt.
When to use ActionListener
and when Action
? And which one gets executed first?
Can someone explain in simple steps?
If you are using actionListener
and action
in jsf, then actionListener
gets executed first.