單項選擇題使用HttpClient的Get方式請求數(shù)據(jù)時,可以()類來構(gòu)建Http請求。

A.Get
B.URLConnection
C.HttpGet
D.HttpPost


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題假設(shè)assets目錄下有文件結(jié)構(gòu)html/hello.html,用loadUrl()方法將該網(wǎng)頁加載至webView時,需傳入的參數(shù)是()。

A.file:///asset/html/hello.html
B.file:///android_asset/html/hello.html
C.file:///androidasset/hello.html
D.file:///assets/html/hello.html

2.單項選擇題AppWidget窗口小部件時不可以使用下列哪個布局()。

A.FrameLayout
B.LinearLayout
C.TableLayout
D.RelativeLayout

3.單項選擇題使用HttpUrlConnection實現(xiàn)移動互聯(lián)時,設(shè)置讀取超時屬性的方法是()。

A.setTimeout()
B.setReadTimeout()
C.setConnectTimeout()
D.setRequestMethod()

5.單項選擇題在開發(fā)AppWidget窗口小部件時,需要繼承()類。

A.AppWidgetReceiver
B.AppWidgetConfigure
C.AppWidgetManager
D.AppWidgetProvider