Post New Syngenta General Knowledge_Current Affairs Interview Questions
Differevce between arrays and array builders?
What is PermissionSet?
What is properties of class?
> 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?
Differentiate between nested and inner class in java.
What do you mean by controlling buyers workload?
Explain how to read and write a file using javascript?
How would you create a new r6 class?
what is the package for freshers in valuelabs.
Q1. A. Compare the advantages and disadvantages of a three- dimensional monitor using a varifocal mirror with a stereoscopic system. B. Write a routine to implement the polymarker function.
What are the different exceptions you have faced in selenium webdriver?
How to get the total number of values in an array?
What is an injector pressure in heavy vehicle?
What is inflection?
Does datastage support slowly changing dimensions ?