I have a parent program and a child program. I want to write a statement in Exception Block of the parent program so that when the statement in the exception block is executed, the control goes to the next statement in the parent block bypassing the child block.How do i do that?
2464Post New Mastek Oracle General Interview Questions
What is form and its uses?
Design a reinforced concrete combined footing (rectangular) for two columns located 3.60 metres apart. The overall sizes of the columns are 40cm x 40cm and 69cm x 60cm and the loads on them are 1000 kn and 1500 kn respectively. The space available for the width of the footing is restricted to 180cm. The S.B.C. of the soil is 280 kn/mm2 use M15 concrete.
What is Sparse Vector?
Explain cucumber?
Explain the different phases of cell cycle ?
explain different types of cursors? : Sql server database administration
What is difference between html and jsp?
> 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?
What is median in r?
How do I restrict a user or domain from sending mail to my users?
What is a vaccine?
Is bash posix compliant?
What is the need of the feature isolation in amazon web services?
How do you use shortcodes?
Explain the difference between dual core and core 2duo processor?