what is c sharp dotnet
differences between qtp10.0 and 11.0 ?
< DL Compact > tag is used for
In an customer exit (include Z) program, only the last record is getting fetched. The exit is getting called after pressing save button. What to write for fetching the first record ? Before saved to a SAP table how can i call all these records in an itab in the exit ?
You are given a dictionary of all valid words. You have the following 3 operations permitted on a word: delete a character, insert a character, replace a character. Now given two words - word1 and word2 - find the minimum number of steps required to convert word1 to word2. (one operation counts as 1 step.)
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....
In Java what is the difference between following two statements ? int a[],b; int []a,b;
write the a cl program with the following specification A. Accept 2 parameters-date and date type B. if date type is J then convert date to *MDY format C. if date type is M convert date to *JUL format 4.send a program message with the value of converted date Please explain for each with coding?
Define Abstract method & class with Example
Programs in JAVA to get the remainder and quotient of given two numbers without using % and / operators?
What parameters are used to run a JCL JOB on a perticular DAY and TIME and DATE
Crystal report proffessional 9 to filter the issue date!!
Write a pseudo code to evaluate a number to any base given (2...16) based on the input. Number greater than 9 should be given as A-F for 10-15.