Question
Given the following code what will be the output?

class ValHold{

public int i = 10;
}
public class ObParm{
public static void main(String argv[]){

ObParm o = new ObParm();
o.amethod();
}
public void amethod(){


int i = 99;
ValHold v = new ValHold();
v.i=30;
another(v,i);
System.out.println(v.i);


}//End of amethod


public void another(ValHold v, int i){
i=0;


v.i = 20;
ValHold vh = new ValHold();
v = vh;
System.out.println(v.i+ " "+i);
}//End of another
}


1) 10,0, 30

2) 20,0,30

3) 20,99,30

4) 10,0,20

Answers



More Software,Java Questions..
What is the inputsplit in map reduce software?

Can variables be used in Java without initialization?

What is the difference between java bean and enterprise java bean?

What is software configuration management?

How does the java database connectivity (jdbc) work?

What are the advantages of threads in java?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

What is object cloning in Java?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?



Search
Can you Answer!!
  • Q   Explain what is SYSVOL folder?
  • Q Collective nouns - A group of beavers is what
  • Q JACK FRUIT is which type of fruit?
  • Q What is a foreign trade zone, and what does this mean for auburn?
  • Q When are SID's generated?
  • Q Who is the father of Video gaming?
  • Q What are the characters of Campanulaceae Fruit?
  • Q What is the function of sap web dispatcher in sap fiori architecture?
  • Q Why does a foreground write in Informix decrease performance?
  • Q What is the difference between Dictionary and Hashtable ?
  • Q What is the glomerular basement membrane coated with?