Answer Posted / sankarsan danta
To create a memory space for object
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
10.Define filters,binary to hexadecimal,hexadecimal to decimal?
ok how would i do the following extract from a file i have ssns = 267907230 which are in column 7 into a separate data set then create a 2nd job step to extract from the data set created the following "fund code" which is in column 31 and is 113 into yet another data set
How to know we are in home page of a web application using QTP
What is ur porject Architecture? If anyone ask what i have to specify here..
kindly send interview materials
How do you pass variables forwrd to future CECI sessions
Where do we need Operator overloading?
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
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)
if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008
What is the difference between DECISION COVERAGE(DC) and MODIFIED CONDITION/DECISION COVERAGE(MCDC)?
what is the diffrence between software and hardware language?
Difference between views and index in sas programming
Write a shell program. Enter number of days from keyboard. Find out the number of years, month and days it contains
In mainframe SDSF, Can we copy the list of jobs currently executing in SDSF in to a seperate DATASET...?