Creating Threads

2003-01-06 Thread Anindya
hi all, i am searching for an answer .. there are 2 ways of creating threads .. 1. extending Thread class 2. implementing Runnable but , it is always better to implement runnable .. i know 1 good reason for that .. ie. u have an option to extend another class if u implement Runnable interface .. a

Advanced JavaServer Pages Source

2003-01-06 Thread Nick Van Weerdenburg
I have "Advanced Java ServerPages" by David Geary, and the source code download at http://www.phptr.com/advjsp is missing. Can someone point me to an alternate download, or email the code? I've sent two emails to phptr over the last week, with no response. Thanks, Nick ===

found solution

2003-01-06 Thread arun s
hi all, Sorry for disturbing u all i had found my solution. bye _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 =

hi pblm in JSP form

2003-01-06 Thread arun s
hi all, I hav a pblm in HTML + JSP form. I want to generate a pulldown menu based on a Database values dyanmically. Im able to retrive and set the values to a array. But Im unable to put it in a pulldown menu where it displays null instead of that value. Im able to understand the pblm y its so but