Hi,
I am developing online examination in servlets/jsp.
the problem with I stucked with is how to show user a timer.
the jsp page which showing current question to user should show time remaining & that time should be continuously decreasing by 1 sec.
One approch is to use applet sychronized with session attribute storing current time.
But how to get value in applet from session attribute.
OR
is there a better way to show time in online environment.
Please guide me as soon as possible.