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!
What’s jboss cache in short?
How to implement dphibernate to activate lazy loading in Flex with java ?thanx in advance!
What is local interface. How values will be passed?
What is the relationship between the canvas class and the graphics class?
How substring() method of string class create memory leaks?
What event results from the clicking of a button?
How database connectivity in XML is achieved?
Name the eight primitive java types.
Can I run seam with jdk 1.4 and earlier?
What is the difference between a menuitem and a checkboxmenuitem?
what is Activation Instantinator?
What is the purpose of the wait(), notify(), and notifyall() methods?
What is TL and its use?
How to deploy Jar, War files in J2EE?