int i = Integer.parseInt("1234");
----- Original Message -----From: Yogesh AgarwalSent: Wednesday, June 23, 1999 6:33 AMSubject: Slightly off topic - String to integer conversionHi All,I am relatively new to Java programming. I am working with servlets and cant figure out how to convert the string data read from the database to integer type. Any help will be highly appreciated.Thx in advanceYogesh Agarwal
