單項(xiàng)選擇題使用HttpClient的Get方式請(qǐng)求數(shù)據(jù)時(shí),可以()類來(lái)構(gòu)建Http請(qǐng)求。

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


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題假設(shè)assets目錄下有文件結(jié)構(gòu)html/hello.html,用loadUrl()方法將該網(wǎng)頁(yè)加載至webView時(shí),需傳入的參數(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.單項(xiàng)選擇題AppWidget窗口小部件時(shí)不可以使用下列哪個(gè)布局()。

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

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

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

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

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