私はその種の面白い質問を知っています。私はこれがまったくできるのだろうかと思っていましたか?
Class foo {
public static void main(String [] args){
for (int i=0; i<5; i++)
//build string obji where i =0..5
//use the built string using stringbuilder and use the built string in this experssion
foo <built string> = new foo();
System.out.println(obj1.somemethod(i));
}
}
public somemethod(i){
return ("I am objet"+i)
}
}