What r the attributes using in Win Runner?
No Answer is Posted For this Question
Be the First to Post Answer
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.
How to call static method in Java?
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 ?
Suppose i have all the implementation code required is written in doGet() but my class has doPost() method. i need code implemented in doGet() how can we do that?
What are two of your strengths that you will bring to our QA/testing team?
Difference between interface and abstract class?
Why multiple inheritance is removed in java?
What is the GAC? What problem does it solve?
what is the use MDM(Master Data Management)and meaning
Diff between Proc transpose and Arrays with example?
Hi, I'm doing B.com 3rd year. Simultaneously I'm doing software engineering in a private institution. I would like to know whether my B.com graduation alone is enough to get me a job in the IT field or should I do some PG course not MBA... suggest me...
through which algorithm does the garbage collector works? how the garbage collector will understand that the object will going to be deleted?