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 a session? Can you share a session object between different theads?

0 Answers  


In a multitiered application which tier is the browser in?

10 Answers   Adobe,


Can we sent objects using Sockets?

0 Answers  


What exceptions are thrown by RMI?

1 Answers  


what is the port number of RMI?

2 Answers  


What is threadfactory?

0 Answers  


How do u supress the parameters from the displaying in the url?

2 Answers  


What is metaspace?

0 Answers  


what is container?

3 Answers   Infosys, Infotech,


Difference between loadclass and class.forname?

0 Answers  


Are we allowed to change the transaction isolation property in middle of a transaction?

0 Answers  


In connection pool,when 100 clients are requesting, in pool 100 objects is there, when another client is making request how it will work

3 Answers  


Categories