Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

What are the events generated by the Node objects called?

a) generators
b) emitters
c) dispatchers
d) highevents

Answer: b
Explanation: There are two classes of events one is called event listener and the other is called event emitter. Node objects that generate events (known as event emitters) define an on() method for registering handlers.

Join The Discussion