Seen many other similar questions like this on this website and i would say none of them have been fully answered before critisim is made about this post.
Its a simple issue i have to use a timer for 30 seconds and retrive user input (string) like below..
while (timer is still less than 30 seconds)
allow user to enter input (using either scanner, buffered reader)
I know threading will be required but not sure how to impleneted this atal, and seems to be alot more complicated than i first set out to be.
thanks