`

[#0x002A] a simple delegation example

    博客分类:
  • Java
阅读更多

  如有下列代码:

public void doPost(HttpServletRequest req, HttpServletResponse resp) throws IOException, ServletException
{
	doGet(req, resp);
}

则称doPost() delegates to doGet()。delegate可以简单理解为give power to。

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics