I just have a question regarding the correct answer of this question.
Code: Select all
String user = loginUser(req);
So, unless loginUser() can never return null (which should be mentionned), the answer selected is not always the correct one.
Thanks!