what you mean by mantis in IT interview?
why we use mantis?
advantage of mantis?
Answer Posted / nagaraju
Mantas is an tool for controlling the fraud transactions.
We will use mantas for catching and controlling the misused
or fraud transactions in the market.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Given an array all of whose elements are positive numbers, find the maximum sum of a subsequence with the constraint that no 2 numbers in the sequence should be adjacent in the array. So 3 2 7 10 should return 13 (sum of 3 and 10) or 3 2 5 10 7 should return 15 (sum of 3, 5 and 7)
What is test execution and when will we start execution please send me one example for this question
what is the filters in biztakk server? where it can use?
qtp 9.2 14 days demo version was expired.I uninstalled how to reinstall this again
how to data grid use in data bind?
how does database connection using ADO.NET?
THE CHANNEL IN DATA COMMUNICATION CAN BE?
EXPLAIN UNARY OPEARATORS
how to hide prompts
Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)
when a query is made on Logical file in DB2/400, will the records satisfying select/omit criterion be fetched from all members of physical file or only the member with same name as physical file?
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?
is it acceptable if we declare multiple exceptions in same overridden method.
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that