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.
さまざまなクラスがあり、それらを同時に実行できるようにクラスの配列を作成する方法を考えていました
何かのようなもの:
Class[] classes = new Class[] {Class1.class, Class2.class};
私はあなたの質問が何であるかよくわかりませんが...