⟩ Loading of the page in clarify is faster because of the following reasonA) Use lightweight objectsB) Split jspC) Both client and server work on the different machineD) Use of the ejbs
Explanation: In Clarify the GUI and Data are two separate requests to server. Once the gui comes to client machine, it is only the data that is fetched from server. This makes application loading much faster compared to normal web application where each request refreshes both the data and gui.
Correct Answer is B - Split JSP