Answer Posted / garima
<tr> tag
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
give idea for creating screen in abap
what is the diff bw sql direct and jdbc update can't we do select and updating operation in sql direct
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
Tag for turning an image into a hyperlink is
how do we provide security for web services
which worker is involved in all the phases of SDLC?
How to call a C++ function which is compiled with C++ compiler in C code?
Given an array of size n+1 which contains all the numbers from 1 to n.Find the number which is repeated in O(n) time.How do you proceed with the same with floating numbers from 0 to 1 instead of 1 to n?
hi this is uday i want prepare for nic exam if any one have previous question papers please send me or atlest guide me how to prepare my ID is udaykiran4u@in.com
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
what does mean and stack mean in genral programming?
Plz sent me in .net 2.0 interview Question & answers?
what are all the ant command options
can we extend a class having only one parameterised constructor.Suggest the process to do it.