What is the output of the following program ? Justify your answer.
class Check {
public static void chg (String (nm))
{
nm = "Aamna" ; // copy "Aamna" to nm
}
public void test() {
String name = "Julius" ;
System.out.println (name);
chg(name);
System.out.println(name);
}
}
Answers
Answered by
0
I think python
Explanation:
make me as brainlist
Answered by
0
Answer:
your question is not clear
Explanation:
please write up your question correctly
Similar questions