I am work in it aompenei
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is OOPS and its concepts?
when we use mantis? how learn mantis?
What is the use of sas software? Is sas and sap are different?
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)
73. How can you set the status and title for a modal dialog box? a) In the attributes of the corresponding screen. b) Before the corresp. call screen statement. c) In a PBO module of the corresponding screen. d) In the PAI module of the corresponding screen.
swap two number wthout using third variable
1. Write a program to create a sentence at runtime and count number of vowels in it ? 2. Write a program to get a string and to convert the 1st letter of it to uppercase ?
what is the abap/4
Difference between interface and abstract class?
what is the maximam caption size of lebel
what is the difference between "types" and "data" in abap.
can we allocate memory for interface? if no then why?