Answer Posted / rutuja
software is a program which is internally connected to the
hardware
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
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
What is SOLID Principle in Programming Language?
i want to insert textbox value to sql db. i have only one text box but store four values. ple give any one give sample code in asp.net c#..
Please describe an example where you used object orientation in one of your programs.
Write a shell program where you enter a number which corresponds to K.M. Find out the corresponding values in m, cm, inches, and feet. Hints:- 1 k.m= 1000 m 1 m= 100 cm 1 inches= 2.54 cm. 1 feet= 12 inches
write algo for cobol program whichuse three flat file to extract some specific information 8 marks mainframe
will it allow to add same value in HashMap class.
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?
Always use scope terminator like End-If with IF, End- Evaluate with Evaluate statement.Can somebody explain me the detail logical explanation?
Outline the two important features of a terminating recursion. Any ideas?
if 2 is passed as an argument to the method,void GC.Collect then what would be the result?
Any real time example of O2C process from taking order till creating invoice.
How to print No.of.rows affected after updation using ADO.Net
if 3 duplicate records, by keeping one original and one duplicate record, and how to delete remaining 2 duplicates in sql server 2008
8.In DSP,Define Signal and System?and various type of signals.