Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ここのコードを見ると、最初のメソッド宣言に問題があることがわかります
public Void doInBackground()
void小文字で表示されると予想していたときに大文字になっています。
void
後で同じメソッドで、整数、文字などに似たクラスであるreturn null;かどうか疑問に思う原因となることがわかります。Void
return null;
Void
誰でもこの理論を確認できますか?
Void がクラスの場合、いつ使用されますか?
Voidvoidクラスは、Java で return キーワードを表すために使用されます