Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.
No Answer is Posted For this Question
Be the First to Post Answer
write a query that returns one row for each department and the number of employees in that department. Given two tables EMPLOYEE and DEPARTMENT, where there can be multiple employees per department.
what diffrence between procedure and function?
which worker is involved in all the phases of SDLC?
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)
define profiler???
what is web configuration file
Write a program to find duplicate number from array in minimum time complexity.
I want to insert date in the form of yyyy-mm-dd... if any changes happen while inserting date format want to show error meg...any one can solve this..??
4.Write a program to get the string in array and print that? or Without using loop print the array.
1.how to deploy the Maven application in weblogic server? 2.In Real time projects all classes are singleton or some classes only singleton explain? 3.what are the major uses of the designpatterns? 4.explain restful &Soap based services explain?
how do i create my own exception class which will restrict IO exception?
How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net