Suppose there is a function which is as below :
public String foo(String str,String str2) { //some code here return str+str2; }
What would be the