Jan 09 2006 12:34 PM 1372 4 ‘super’ is a Java ____word Skill/Topic: AWT & AppletsA) key Thiyagarajan.N Mar 20th, 2007 Super keyword is used to invoke the over-ridden method in case of over riding concept. Using 'this' keyword i can get the value of instance variable to the current object. mother Profile Answers by mother Questions by mother Apr 9th, 2006 what is the use of super keyword ?how it differs from this keyword Answer Question Select Best Answer Oct 22 2005 05:37 AM 3846 14 In SQL. (DB2)there is one Dept table and other Emp tableQuestion- select Emp Name from Emp whose Dept No. is not in Dept table and it is present in Emp table Plz tell the Query? dinesh jayshree13 Profile Answers by jayshree13 Questions by jayshree13 May 13th, 2011 Select e.ename,e.deptno,d.deptno from emp e,dept d where e.deptno=d.deptno(+); srividhya_85 Profile Answers by srividhya_85 Questions by srividhya_85 Aug 5th, 2008 Select emp_name from emp awhere not exists(select 1  ... Answer Question Select Best Answer
Jan 09 2006 12:34 PM 1372 4 ‘super’ is a Java ____word Skill/Topic: AWT & AppletsA) key Thiyagarajan.N Mar 20th, 2007 Super keyword is used to invoke the over-ridden method in case of over riding concept. Using 'this' keyword i can get the value of instance variable to the current object. mother Profile Answers by mother Questions by mother Apr 9th, 2006 what is the use of super keyword ?how it differs from this keyword Answer Question Select Best Answer
Thiyagarajan.N Mar 20th, 2007 Super keyword is used to invoke the over-ridden method in case of over riding concept. Using 'this' keyword i can get the value of instance variable to the current object.
mother Profile Answers by mother Questions by mother Apr 9th, 2006 what is the use of super keyword ?how it differs from this keyword
Oct 22 2005 05:37 AM 3846 14 In SQL. (DB2)there is one Dept table and other Emp tableQuestion- select Emp Name from Emp whose Dept No. is not in Dept table and it is present in Emp table Plz tell the Query? dinesh jayshree13 Profile Answers by jayshree13 Questions by jayshree13 May 13th, 2011 Select e.ename,e.deptno,d.deptno from emp e,dept d where e.deptno=d.deptno(+); srividhya_85 Profile Answers by srividhya_85 Questions by srividhya_85 Aug 5th, 2008 Select emp_name from emp awhere not exists(select 1  ... Answer Question Select Best Answer
jayshree13 Profile Answers by jayshree13 Questions by jayshree13 May 13th, 2011 Select e.ename,e.deptno,d.deptno from emp e,dept d where e.deptno=d.deptno(+);
srividhya_85 Profile Answers by srividhya_85 Questions by srividhya_85 Aug 5th, 2008 Select emp_name from emp awhere not exists(select 1  ...