I have recieved a parameter rom request using getAttribute.my requirement is if that string equals to some string i need to forward the request to some jsp.in that situation is there any need to test that the string i got through request is a null or not.what happens if i apply equals method without checking whether that string is a null or not