Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Topic :: Program





Program Interview Questions
Questions Answers Views Company eMail

who are egoless programmers?

2109

HOW WE ARE DECIDING WHILE PROGRAMMING IN PID CONTROLLER THAT WE ARE USING HEATING OR COOLING???????

Eskom,

1 4664

write program in C# for palindrome? (aug 2009) write program in C3 for generating below output?(aug 2009) # # # # # # # # # #

TCS,

4 11474

In java without use of main() how to execute the program

2073

I am working in VFP with no knowledge of web programming.I want to learn web database programmin. Can I choose PHP and MYSQL for that?

2 5053

what will be the program output if it tries to access 11th item in an array of 10 and it is coded with NOSSRANGE

Cognizant,

2 6391

Write the program numbers into words.For example 2345==two thousand three hundred fourty five

TCS,

2 8531

i hav created a program and moved to production but failed to create the table which is been used in the program. the program shows error as soon as it is moved or installed in production or shows error during its runtime. what is the sqlcode for this error

UST,

3 7359

The following program reads data (details of students) from a file named students.txt and converts it into e-mail addresses. The results are written to a file named studentemail.txt. students.txt consists of a number of lines, each containing the data of a student in colon delimited format: Last Name:First Name:Student Number Each input record is converted to an e-mail address and written to studentemail.txt in the following format: the first character of the last name + the first character of the first name + the last four digits of the student number + “@myunisa.ac.za” import java.io.*; public class EmailConverter { public static void main(String[] args) throws IOException { BufferedReader input = new BufferedReader(new FileReader ("students.txt")); PrintWriter output = new PrintWriter(new FileWriter ("studentemail.txt")); String line = input.readLine(); while (line != null) { // Extract the information for each student String[] items = line.split(":"); // Generate the email address String email = "" + items[0].charAt(0) + items[1].charAt(0) + items[2].substring(4,8) + "@myunisa.ac.za"; email = email.toLowerCase(); // Output output.println(email); line = input.readLine(); } input.close(); output.close(); } } Rewrite the class so that it handles possible errors that may occur. In particular, it should do the following: • It should catch at least three appropriate exceptions that might occur, and display suitable messages. • At this stage, the program will not run correctly if there is an empty line in the input file. Change the program so that if an empty line is encountered, an exception is thrown and the empty line is ignored. This exception should be handled with the display of a suitable error message. • Before the e-mail address is added to the output file, check if the student number has 8 digits. If not, throw an InvalidFormatException (which the program should not handle itself)

1988

When we copy any Driver Program from Nace............when we copy into zprog,when we activate how it was linking to that particular std layout............what happening to the previous driver prog?

IBM,

1 6501

Which event in Reports is equal to PBOin Module Pool Program?

HP,

8 15282

What is the diff b/w load of program and Initailazatio Events? Which event triggers each time we exectute the program?

HCL, HP,

1 15720

Suppose your program is reading a Sequential Vsam file. The file contains 10 records. How will you code the JCL to read only 2nd, 5th, 7th,and 10th record?

Thomson,

1 8505

Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program

Accenture, Concor, DMU, Satyam, Syntel, Tora,

1 12160

write a program in c to merge two array

2 11249




Un-Answered Questions { Program }

what is the include program name?

2172


What is the program to maintain change run?

2190


What does the program RSMDCNVEXIT check?

2590


What is the alpha check execution program?

2271


How does u handle this COM components developed in other programming languages in .NET?

2166


Allowed program to auto-correct the database when loading a presentation.

2310


Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming

12048


Which is your favorite editor, shell, programming shell and why?

2575


What is the term for decomposing a software program so that latent design information can be extracted? 1. Reengineering 2. Regression 3. Restructuring 4. Reusability 5. Reverse engineering

2262


Program for Prime numbers and Matrix plz explain me the procedural method with steps

2810


What is unique about B.L.M business that would impact the future client/server architechture or software needs of your G.I.S programme?

2281


HOW TO TRANSFER VENDOR MASTER DATA FROM LEGACY SYSTEM TO SAP SYSTEM THRU LSMW (IN LSMW, USING DIRECT INPUT PROGRAM:RFBIKR00)

3824


Enhance the Debug() function so that the programmer has to press Enter or Return after debugging is deactivated?

2570


How will you make .NET programs work in Linux ?

2059


What are the functions of the typical server program?

2867