> int i = 4;
> String kk = toString(i);

It should be

int i = 4;
String kk = Integer.toString(i);

By the way, is there a generic Java mailing list where basic stuff like this
can be discussed?

Frauke

Frauke Nonnemacher
Fat Cat Cartoons
http://www.fatcatoons.com
The statements and opinions expressed here are my own and do
notnecessarily represent those of the VEGA Group.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to