what is the difference between these setter methods

What is the difference between these two setter methods?

<jsp:useBean id="checking" scope="session" class="bank.Checking" />

<jsp:setProperty name="checking" property="balance" value="0.0" />

and

<jsp:useBean id="checking" scope="session" class="bank.Checking" >

<jsp:setProperty name="checking" property="balance" value="0.0" />

</jsp:useBean>

[722 byte] By [kota_balajia] at [2007-10-2 22:24:14]
# 1
Homework question?The answer is on this page (Step 5) http://java.sun.com/products/jsp/syntax/1.2/syntaxref1217.html#8865
evnafetsa at 2007-7-14 1:41:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...