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.
私がJavaで書いているプログラムに5つのスペースを割り当てるために配列を書く必要がありますが、これは初めてで、助けが必要です。
次のように実行できます。
private Object[] myObjects = new Object[5];
必要に応じてタイプを変更してください。