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
How primary key is implemented in Oracle?
In howmany ways a thread can be created?
What is ioc concept?
In inglish: How to convert jar to exe files? Em português: Como converter arquivos .jar para .exe?
Which Taglibraury you used in your project? plz send me ans....which we r using generally
when A client sent a request to the server to open facebook page and close the browser after this request .at that time the same user do login by using a different browser then that session id will exist or not for the same client??
What is the main functionality of RRL(Remote Reference Layer)?
In real time project when will we use Abstract class. and what are the difference between abstract and interface.
6 Answers DELL, FCS, Polaris, Tanla Solutions, TCS,
What state a thread enters, When it blocks on I/O?
What are the implicit objects?
What is the use of Class.forName
What will happens, when a thread cannot acquire a lock on an object?