int x=5,i=1,y=0;
while(i<=5)
{
y=x++ + ++x;
i=i+2;
}
System.out.println(x);
System.out.println(y);
System.out.println(i);


How to solve this? Please explain!


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Advanced Java Interview Questions

What is the purpose of the notifyall() method?

0 Answers  


whats is mean by filter?

1 Answers   SolutionNET,


What is permgen or permanent generation?

0 Answers  


What is the purpose of the wait(), notify(), and notifyall() methods?

0 Answers  


Which component handles cluster communication in jboss?

0 Answers  






what is DGC?

1 Answers  


Can you control when passivation occurs?

0 Answers  


what are the software's needed to develop advanced java 3 tier application project

1 Answers  


What is threadfactory?

0 Answers  


Why RMI required an interface?

1 Answers  


Explain how will the struts know which action class to call when you submit a form?

0 Answers  


what are RemoteObjects?

0 Answers   Wipro,


Categories