首页题库练习题目详情
Java语言程序设计单选题中等

在使用HttpURLConnection发送GET请求后,应调用哪个方法获取响应的输入流?

AgetOutputStream()
BgetInputStream()
CgetResponseCode()
Ddisconnect()