what are the things i had to say in personal introduction
in hr round mail me to prasanna.1867@rediff.com
No Answer is Posted For this Question
Be the First to Post Answer
how to avoid java script validation in client side validation?
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.
what is the similarity between networking devices?
what will be the model paper for the post of assistant programmer in delhi high court
How to get the index of the clicked field in reports in ABAP?
How many ways we can fill a dataset in .Net
iam confused to choose among testing, .net and java can anybody help me????????
I am looking for selenium RC online Training in chennai. can any one tell me the best institute
Define Form modules, Class modules and Standard modules
how we define two jobs have same name??is it exist??
purpose of abstraction and interface
Given a set. Write the pseudo code to get all the subsets for the given set. Eg. Input : {1,2} Output : (),(1),(2),(1,2)