What is understand in resource tracking?
How many triggers can be applied on a table?
how can we convert crystal dictionary dc5 file to another datasource format like mdb or xml schema
What is the difference between method overriding and overloading?
What are the differences between cost accounting and financial accounting?
Please tell me which institute is the best to study Informatica and asp.net in chennai Also please send me the latest interview questions in asp.net,c# and sql server to my id ramtryin@gmail.com
Dynamic picklist is used to update join fields? How?
> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?
Is break statement can be used as labels in java?
how to calculate entry tax interest rate 2011-2012 assessment pending amt. is Rs.32000
What is direct input method ?
What are processes and threads?
What is event and listener in java?
Can we declare array without size in java?
How would you deploy your old applications with .net framework 4.0? Are the old applications compatible?