Computer Science, asked by hsvedant, 14 days ago

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 cheripellyvishnuteja
0

I think python

Explanation:

make me as brainlist

Answered by arnimaanuragmishra
0

Answer:

your question is not clear

Explanation:

please write up your question correctly

Similar questions