Which of the following are Java modifiers?
What is the difference between in-proc and out-of-proc?
Data Structure: Show that if k is the smallest integer greater than or equal to n+ (log2n)-2, k comparisons are necessary and sufficient to find the largest and second largest elements of a set of n distinct elements. (k comparisons are required to find what you are looking for, but no more than that are needed)
Data Structure: How many comparisons are necessary to find the largest and smallest of a set of n distinct elements?
1Q) your current CTC (current taking currency)? 2Q) Your take home salary?(Monthly Drawing amount, According to your payslips/bank statement) 3Q) Your Expected CTC? 4Q) Your home take salary?
how many languages .net is supporting now?
SAS question: I have 50 fils a1,a2,...,a50. the primary key is upc. then if i want to merge all 50 files, the code is as follows, data test; merge a1 ... a50; by upc; run; we know that writing all 50 files name is time consuming, is there any standard format of this code?
How to update a data for the views in the relational data base schema
is possible to delete specific data in a row by using of sql query?
How you ll create customizing Tcode.
can we use commit,rollback in triggers and how?
when will triggars the at new event in abap and web dybn pro?
Write a shell program to test whether a given year is leap year or not ?