posted 22 years ago
You can however do this
Nothing can be returned from a void, but you can return nothing. You can place "return" in any method that has a void return type. If you had a non-void return type then you would have to return the type specified.