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
Why threads will block on I/O?
Java is fully object oriented languages or not?
What is glasgow?
difference between sql exception class and sql warning class
If we opened Windows Internet Explorer 4 times, does it starts 4 processes or 4 threads?
What is difference RMI registry and OSAgent?
What is multithread synchronizing ?
What’s jboss jbpm?
In a multitiered application which tier is the browser in?
Is infobus easy to use?
What is deadlock?
Explain ioc concept?