callingmethod(){
File f=new File();
//...
String s= new String();
//...
method( f + s); // here is problem (most put f+s in object to send it to method)
}
メソッドの引数を変更できない
method(Object o){
//...
//how to split it to file and String here
}
不明な点がある場合は、plz にお問い合わせください