Please forward important interview and basic questions in
VB6 on my email id: usneha_16@yahoo.co.in
No Answer is Posted For this Question
Be the First to Post Answer
What is a dialog based program
what is the basic and unique feature of dotnet
what is the difference between Windows application and Unix application?
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
Suppose we are doing 4 operations on database using service, first operation is successful but due to some reason remaining 3 operations are failed. I) is this transaction successful or not? ii) How can you give that error message to user?
Diff between %let and Call symput?
hi viewers, tell me,what is scripting and programming, define and difference...pls
Hi..Am done with my Masters recently..Am planning to learn TIBCO.. could anyone suggest me about how the job market will be and Is there any course necessary to learn prior to Tibco..i mean any prerequisite. I dnt have any knowledge on PL/SQL thats it... Plz suggest me in a best way...
what is difference between IF-ELSE-ENDIF and IIF.
how can we maintain the previous version scripts to new version.
0 Answers DST Global Solutions,
What is abstract Method i want the exact definition and is there any possibility to declare class as abstract without any abstract methods in that class?If it is possible then tell me why and how?
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.