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.
私は1つの配列を持っています
String[] a={a,b,c,d,e,f,g}
この配列を2番目の配列に入れたいのですが、配列の最初の要素は必要ありません。たとえば、
String[] b{b,c,d,e,f,g}
どうすればこれを達成できますか?