<%= YoshiBean.size%>
<%= YoshiBean.getSize()%>
<%= YoshiBean.getProperty("size")%>
<jsp:getProperty id="YoshiBean" param="size"/>
<jsp:getProperty name="YoshiBean" param="size"/>
<jsp:getProperty id="YoshiBean" property="size"/>
<jsp:getProperty name="YoshiBean" property="size"/>