Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
I want to know the difference between these two programs mean the flow/*public class Aquestion { private int i = giveMeJ(); private int j = 10; private int giveMeJ() { return j; } public static void main(String args[]) { System.out.println((new Aquestion()).i); } } */public class Aquestion{private int j = 10;private int i = giveMeJ();private int giveMeJ(){ return j; }public static void main(String args[]){System.out.println((new Aquestion()).i);}}
Profile Answers by sudha_e Questions by sudha_e
Questions by sudha_e answers by sudha_e
Related Answered Questions
Related Open Questions