VISUAL BASIC

INTRODUCTION TO NET

APPLICATION DEVELOPMENT

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
You have implemented the following router for a custom API:service.get (’/mobile/custom/ab*cd’, function(req, res) { // handle request response});Which three URL patterns match this router’s path?
A
{baseURL} /mobile/custom/ab
B
{baseURL}/mobile/custom/abcd
C
{baseURL}/mobile/custom/abxcd
D
{baseURL}/mobile/custom/abed/ rid
E
{baseURL}/mobile/custom/abXxcd
Explanation: 
There is 1 question to complete.