I'm trying to convert a char to Character before it gets pushed on a stack but get a "cannot find symbol error", I don't see what the problem might be. This is how I pass the char to the stack:
stack.push(valueOf(in));
Where 'in' is a char.
|
What you're really looking for is
|
|||||||
|
|
I hope, |
|||
|
|
charas an argument to a method that wants aChar. I'm happy to see Java is making these kind of questions less painful these days. – Carl Smotricz Nov 16 '09 at 12:18