單項選擇題JavaBean的屬性必須聲明為private,方法必須聲明為()訪問類型。

A.private
B.static
C.protect
D.public


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題JSP頁面程序片中可以使用下列哪個方法將strNumx=request.getParamter(“ix”)得到的數(shù)據(jù)類型轉換為Double類型()。

A.Double.parseString(strNumx)
B.Double.parseDouble(strNumx)
C.Double.parseInteger(strNumx)
D.Double.parseFloat(strNumx)

5.單項選擇題Servlet獲得初始化參數(shù)的對象是()。

A.Request
B.Response
C.ServletConfig
D.ServletContext