Results 1 to 4 of 4
Thread: Please provide some help
- 04-10-2009, 06:08 AM #1
Member
- Join Date
- Apr 2009
- Posts
- 4
- Rep Power
- 0
Please provide some help
Hello all..
I am currently doing a project named "Online Examination System". It is an Online based system (exams over website..). For the security purpose, i need to stop one from opening any other website while the exam is going on.. i.e. no other webpages could be opened when some exam is going on.
Someone told me that this is possible through multithreading.
Since I am new to Java, someone please help me out of this...
- 04-10-2009, 07:00 AM #2
Senior Member
- Join Date
- Sep 2008
- Posts
- 564
- Rep Power
- 5
just how experienced are you with programming altogether? it's not exactly easy to learn such specific technologies when just starting.
also, multi-threading isn't really a solution to anything, it just means that you have two operations occuring at one time. in your case, i suppose, that would be your exam as one thread (whatever your exam may be) while another thread is checking for access to other websites.
i'm personally not experienced with these technologies, but i'm sure someone will come along with more useful advice.
- 04-10-2009, 08:17 PM #3
Member
- Join Date
- Apr 2009
- Posts
- 4
- Rep Power
- 0
Reply
Thank you for reply..
About my knowledge with this, I am using JSP scriplets for creating web pages and not very much experienced with all these things. This is my first project in JSP.
Waiting for more replies..
- 04-23-2009, 08:38 AM #4
Member
- Join Date
- Apr 2009
- Posts
- 4
- Rep Power
- 0
Similar Threads
-
Take Java skills assessments- assess your skills and provide insight on new tests
By michelle in forum Jobs OfferedReplies: 8Last Post: 08-11-2009, 03:57 PM -
can anybody please provide me the java tutorials
By vislawath.jawaharlal in forum Threads and SynchronizationReplies: 1Last Post: 04-07-2009, 03:08 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks