1.

A layered application may have a front end to handle the presentation and a ______________ to execute the business logic.(a) Objects(b) Classes(c) Servlet(d) Back endI had been asked this question in an interview for job.My doubt stems from Unit Testing with Mock Objects topic in portion Testing with Mock Objects of JUnit

Answer» CORRECT answer is (d) Back END

The best explanation: The FRONT end is responsible for the presentation while the back end DEFINES the logic.


Discussion

No Comment Found

Related InterviewSolutions