How to import module in Node.js?
Using require() function
Using module.import
Using include() function
Using app.use() function
Correct Answer : A
Which module is used to serve static resources in Node.js?
How can we create instance of http module ?
To install Node.js express module