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...



Programming Code Interview Questions
Questions Answers Views Company eMail

Code for Using Keyboard Events?

2667

Code for Working with Files under a Directory?

1 5479

How to Create Files by Using the FileInfo Class?

1 6358

Code for Reading and writing from a file?

IBM, Xoriant,

2778

How to Split Strings with Regex in Managed C++ Applications?

Microsoft,

3741

Code for Method of Handling Factorials of Any Size?

2537

Code for Easily Using Hash Table?

3126

Code for Two Classes for Doing Gzip in Memory?

3306

Code for Small C++ Class to Transform Any Static Control into a Hyperlink Control?

Wipro,

3121

Code for Document Validation in XML.NET?

TCS,

2423

Code for a Simple Way to Write XML in .NET (XmlTextWriter)

1 4739

How to Bind Nested XML to a Repeater Control with Container.DataItem?

3678

Code for Presenting Parent/Child Data in a Data Grid Row?

TCS,

2602

Code for Communicating over Sockets?

2431

How to use a Multidimensional SAFEARRAY to pass data across from COM objects ?

Infosys,

1 6688


Un-Answered Questions { Programming Code }

How to create Date method to set the date in Ms Access

2355


1.Why does only one copy of a servlet object get created? What happens if you want to remove an old servlet object currently running but do not want to stop the entire servlet engine? 2.How does one servlet object deal with interactions from many browser? (e.g. if your servlet ran an email site, how can it keep track of hundreds of users logging in, reading their mail, etc.)

2802


I need your help, i need a Turbo C code for this problem.. hope u'll help me guys.? Your program will have a 3x3 array. The user will input the sum of each row and each column. Then the user will input 3 values and store them anywhere, or any location or index, temporarily in the array. Your program will supply the remaining six (6) values and determine the exact location of each value in the array. Example: Input: Sum of row 1: 6 Sum of row 2: 15 Sum of row 3: 24 Sum of column 1: 12 Sum of column 2: 15 Sum of column 3: 18 Value 1: 3 Value 2: 5 Value 3: 6 Output: Sum of Row 1 2 3 6 4 5 6 15 7 8 9 24 Sum of Column 12 15 18 Note: Your program will not necessary sort the walues in the array Thanks..

3376


plzzzzzzzzz xplain this code import java.awt.*; import java.awt.event.*; public class Link extends Frame implements ActionListener { Label l1; Button b1; public static void main(String sr[]) { new Link().setVisible(true); } public Link() { super("Warning"); setSize(500,500); setBackground(Color.lightGray); setLayout(null); l1=new Label("There is no Link"); l1.setBounds(0,0,500,460); l1.setFont(new Font("TimesRoman",Font.BOLD,35)); l1.setAlignment(Label.CENTER); add(l1); b1=new Button("QUIT"); b1.setBackground(Color.orange); b1.setBounds(0,460,500,40); b1.addActionListener(this); add(b1); } public void actionPerformed(ActionEvent e) { this.dispose(); } }

1942


Write a function which accepts list of nouns as input parameter and return the same list in the plural form. Conditions: i) if last letter is r then append s ii) if word ends with y then replace it by ies iii) call this function in main() and produce the required output. for eg:- if chair is input it should give chairs as output.

4511


develop a program to calculate and print body mass index for 200 employees

2701


Sir... please give some important coding questions asked by product companies..

2330


What is the coding about how to recognize color in fuzzy logic using Matlab R2009b?

2086


write a program to perform generic sort in arrays?

3114


Code for Small C++ Class to Transform Any Static Control into a Hyperlink Control?

3121


Please give me the vb.net codes for deadlock(like detecting,& avoiding) in any version of vb.net.

3539


Write a code snippet to display an integer in a binary format?

898


How to Check if Folder Exists?

572


how exactly is the lngColour used?

2199


Code for Communicating over Sockets?

2431