return view; code is not executed after return. That’s all. return should be very last thing you do in your method. Nothing can be done after return
this is Java very-basics.
2
solved Unreachable Statement in url
return view; code is not executed after return. That’s all. return should be very last thing you do in your method. Nothing can be done after return
this is Java very-basics.
2
solved Unreachable Statement in url