Oct 15 2009 10:56 AM 4383 15 Java SUPER d.yadagiri Is SUPER a keyword or method? Explain Why? usmansleem Profile Answers by usmansleem Questions by usmansleem May 24th, 2011 This is basically used to call the constructor of the base class. It is a method of course. Narsi Reddy Profile Answers by Narsi Reddy Questions by Narsi Reddy Apr 29th, 2011 Super is a keyword in Java because it is defined as keyword in java and super is not a keyword or variable which belongs to any class. Answer Question Select Best Answer Oct 25 2007 06:09 AM 15270 16 what is the difference between call by value, call by reference, call by address? bhatiagagan5 no answers Milan unjiya Jan 2nd, 2014 Call by value---> when we pass normal variable in method, it is call by value. Call by reference---> when we pass object as parameter, it is passed by reference. Call by address---> call by reference and call by address both are same. mani_miit Profile Answers by mani_miit Questions by mani_miit Dec 14th, 2009 Call by value--->You are passing primitive value for your method argument.call by ref--->You are passing objectcall by address-->reference and address both are same. Answer Question Select Best Answer Oct 07 2007 01:01 PM 3619 12 int i;void main(){ int j=100,k; cout dasangampraveena syam Dec 14th, 2011 Compilation fails, why because it does not have proper syntax and structure. sarfraj mulani Profile Answers by sarfraj mulani Questions by sarfraj mulani Sep 1st, 2010 This program gives error becoz here j=100 but the value of j is not used. Answer Question Select Best Answer
Oct 15 2009 10:56 AM 4383 15 Java SUPER d.yadagiri Is SUPER a keyword or method? Explain Why? usmansleem Profile Answers by usmansleem Questions by usmansleem May 24th, 2011 This is basically used to call the constructor of the base class. It is a method of course. Narsi Reddy Profile Answers by Narsi Reddy Questions by Narsi Reddy Apr 29th, 2011 Super is a keyword in Java because it is defined as keyword in java and super is not a keyword or variable which belongs to any class. Answer Question Select Best Answer
usmansleem Profile Answers by usmansleem Questions by usmansleem May 24th, 2011 This is basically used to call the constructor of the base class. It is a method of course.
Narsi Reddy Profile Answers by Narsi Reddy Questions by Narsi Reddy Apr 29th, 2011 Super is a keyword in Java because it is defined as keyword in java and super is not a keyword or variable which belongs to any class.
Oct 25 2007 06:09 AM 15270 16 what is the difference between call by value, call by reference, call by address? bhatiagagan5 no answers Milan unjiya Jan 2nd, 2014 Call by value---> when we pass normal variable in method, it is call by value. Call by reference---> when we pass object as parameter, it is passed by reference. Call by address---> call by reference and call by address both are same. mani_miit Profile Answers by mani_miit Questions by mani_miit Dec 14th, 2009 Call by value--->You are passing primitive value for your method argument.call by ref--->You are passing objectcall by address-->reference and address both are same. Answer Question Select Best Answer
Milan unjiya Jan 2nd, 2014 Call by value---> when we pass normal variable in method, it is call by value. Call by reference---> when we pass object as parameter, it is passed by reference. Call by address---> call by reference and call by address both are same.
mani_miit Profile Answers by mani_miit Questions by mani_miit Dec 14th, 2009 Call by value--->You are passing primitive value for your method argument.call by ref--->You are passing objectcall by address-->reference and address both are same.
Oct 07 2007 01:01 PM 3619 12 int i;void main(){ int j=100,k; cout dasangampraveena syam Dec 14th, 2011 Compilation fails, why because it does not have proper syntax and structure. sarfraj mulani Profile Answers by sarfraj mulani Questions by sarfraj mulani Sep 1st, 2010 This program gives error becoz here j=100 but the value of j is not used. Answer Question Select Best Answer
sarfraj mulani Profile Answers by sarfraj mulani Questions by sarfraj mulani Sep 1st, 2010 This program gives error becoz here j=100 but the value of j is not used.