JAVA

Response.end / exit / return

duraboys 2009. 12. 16. 18:28

php   exit

 

asp   response.end

 

jsp    return

 

return 만 사용해서는 안된다.. 간단하게 if 문장과 함께 사용 할수 있다.

 

ex)  if(true){  teturn;  }