Answer Posted / vijay.r
becoz we cant able to inherit more than one base class java.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
How can recruiter justified that the candidate is expert in Algorithm and datastructure for Software product development ?
in cobol,wat is the difference in using 'set index in occurs clause' ....and 'occurs depending-on clause'
is it possible to desable particular parameter of the normal orcle report based on some condition ?????? if yes,wht is the function for desabling a parameter...
what is web configuration file
Definition of Singleton Class? what is the Purpose of it? what is the advantage?
Write a program to show polymorphism.
how to remove header and footer in jcl using sort utility
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)
1) How can u create the table?
what is meaning of MDM in sap?let me know that meaning
how to add a new table with variables and thier values into a imported file uisng proc import?
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
THERE ARE 4 SOURCE FILES WHICH CONTAINS SAME METADATA CREATE A TARGET THAT SHOULD DISPLAY THE FILE NAME ALONG WITH THE RECORD PLEASE SEND THE ANSWERFOR THIS QUESTION WITH MAPPING
As per interoperatbility programs written in one language can be used by other language. How can we restrict the features of one language (say C#) in the programmer written in another language (say VB)..for example we have some features like operator overloading which is possible C#.NET (not in VB.NET), how can we restrict that when we are using this code in VB.NET.