What is wrong in the following code?pulic synchronized void setXXX(String s){ this.setXXX(s);}public synchronized String getXXX(){...}orpulic synchronized void setXXX(String s){ return (this.getXXX());}

Showing Answers 1 - 1 of 1 Answers

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions