i have to create an application with session.during that
session a timer will be started & show the time in second
upto the session expired.So that i can know how many time i
in that session.
Hint:-i m hinted that it will coded with javascript

Answers were Sorted based on User's Feedback



i have to create an application with session.during that session a timer will be started & show..

Answer / ananth

SetInterval() method in javascritps we can monitor the
session in the specific interval and initial the session
invalidate methos if needed to be session expires.

Is This Answer Correct ?    4 Yes 0 No

i have to create an application with session.during that session a timer will be started & show..

Answer / mm

using servlets

Is This Answer Correct ?    1 Yes 4 No

i have to create an application with session.during that session a timer will be started & show..

Answer / m

The login details must be saved into the table. Using
javascript u can fetch the data and compare with the system
time. Also you can manage to check session is empty or not,
if its so, means user has logout. Till that time you can
know that how much time user had been logged in.

Is This Answer Correct ?    1 Yes 4 No

i have to create an application with session.during that session a timer will be started & show..

Answer / sobhit

0

Is This Answer Correct ?    1 Yes 6 No

Post New Answer

More J2EE Interview Questions

What is java ee server?

0 Answers  


What is a java developer?

0 Answers  


What is javafx java?

0 Answers  


Who generates bytecode in java?

0 Answers  


explain the technologies that j2ee platform provides for developing components.

0 Answers  






Whats the O/p of the below code snippet ? And explain how does it imply the concept of call-by-value/call-by reference. (PS : Pls ignore syntax errors) public class One { public oneA(){ sop ("Into One--");} } public class Two extends One{ public twoT(){ sop ("Into Two--"); } } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(a.oneA()); sop(t.oneA()); sop(a.twoT()); sop(t.twoT()); } }

4 Answers   Wipro,


What does j2ee stand for?

0 Answers  


What type of code is java?

0 Answers  


What is actionerrors?

0 Answers  


Describe action form?

0 Answers  


Explain the four types of container that the j2ee specification defines

0 Answers  


How many types of constructors are there in java?

0 Answers  


Categories