[java ee programming] Unsubscribe me

2008-10-01 Thread Muhammad Waqar Asghar
Please Unsubscribe me. Thanks, Waqar --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Java EE (J2EE) Programming with Passion!" group. To post to this group, send email to java-ee-j2ee-programming-with-passion@googl

[java ee programming] Re: how do i delete a node in a linked list?

2008-10-01 Thread Presario 6331RSH HAM
Great code but the imports are missing! On Sep 29, 7:08 am, "Hind AbdolKhaleq" <[EMAIL PROTECTED]> wrote: > Hi sportsbluec , > check this class from "Data structures and algorithms in Java" Book > > // linkList2.java > > // demonstrates linked list > > // to run this program: C>java LinkList2App

[java ee programming] Re: Need Help in JDBC Programming

2008-10-01 Thread Presario 6331RSH HAM
You have what you need commented out. Why? On Sep 27, 8:49 pm, "jince varghese" <[EMAIL PROTECTED]> wrote: > Hi All, > >    I was trying to fetch  a column name name from the table "user" in the > database "test" in the mysql database. I wrote a servlet code: > > JdbcServlet > - >