Code Snippets Interview Questions
Questions Answers Views Company eMail

write a program that can locate elements in array.

1 5310

can you please write a program for deadlock that can detect deadlock and to prevent deadlock.

2893

pls anyone can help me to write a code to print the values in words for any value.Example:1034 to print as "one thousand and thirty four only"

2 4687

Is it possible to write JAVA program without including any of the packages,such as "import java.io.*"; bcoz I instantly wrote a code without "import..." statement and runned the program on command Line & it worked. the code is: class Person { String name; int age; Person(String s,int a) { name = s; age = a; } accept() { System.out.println(name+"Hi!!!!!"); System.out.println(age); } } class Demo { public static void main(Strings args[])throws IOException { String name = args[0]; int age = Integer.parseInt(args[1]); Person p = new Person(name,age); p.accept(); } }

1871

How Can I Trace A Java Program . Please Give Me Step by Step Process

IBM,

1 6817

what is variable length argument list?

2 4424

how to access crystal report field data value in vb .net

Microtek, TCS,

3175

How to change winform look?

2450

i want to input any no in textbox1. then click to button and then show the name in the textbox2 please send me coding

2 4521

How to access oralce10g data from server to client in LAN?

1374

hai, i want to know how the connectionpool manager work in the java or netbeans.Anybody having the exact code plz give to me i have no idea about that so help me plz

2730

Main frame : I have a PS file. 4 records. I need toread a particular field of that file and then add it up. then write the added field along with all other fields

1 3269

Hi, I want the code to fetch multiple rows in REXX using RLX and CURSOR. Can anyone help me?

2167

Dear sirs, Hi, I would like to inform you that I want to perform a project using MLP neural network to recognize binary images containing three types of geometric shapes such as squares,rectangels and circles. Furthermore,each image includes only one geometric type. The output of network would be: '1' if the network detects square shape. '2' if the network detects rectangle shape. '3' if the network detects circle shape. '4' if none of these shapes detected. Would you please send me a matlab source code for this project? Your prompt reply would be so appreciated. regards,

Microsoft,

1872

what is the diffrence between ++x , x++ pleaaaaase ???

7 15280


Un-Answered Questions { Code Snippets }

Code for Communicating over Sockets?

2078


i have some csv files in a directory which have sub-directories also. now how can i merge all .csv files in to one with a single header. for example: have some 4 files. 1.csv--------name,age,sal abc,25,4000 2.csv--------name,age,sal vgd,32,3500 3.csv--------name,age,sal hfg,20,5000 4.csv--------name,age,sal asd,15,2000 now my output file should be like 5.csv----------name,age,sal abc,25,4000 vgd,32,3500 hfg,20,5000 asd,15,2000 and please explain the code for me. as i am new to scripting. thank you in advance

1521


How to Check if File Exists?

520


an on-line examination application using html jsp servlet and jdbc. including session management and cookies

4590


Write a python program to check if a number is a prime number?

579






Can you write a program to find the average of numbers in a list in python?

569


1.What happens to a session object when the browser associated with it is closed? 2. Explain what happens when a servlet is sent a POST request? 3. Why does only one copy of a servlet get created? 4. Explain what happens when a browser requests a servlet? (for the first time) 5.How is information stored in a session object?

2166


Code to Block submission of form by pressing Enter Key

2228


solve the problem in the programming language C++"if a five digit number is input through the keyboard.Write a program to calculate the sum of its digits(hint: use the modulus operator)

3101


Write a Program to find the sum of digits of a given number until the sum becomes a single digit.

632


plz send code for feature rich resume builder in j2ee frontend:J2EE Backend: DB2 Express

3360


advance the focus to next consecutive fields when Enter Key is pressed

1954


Can you send Code for Run Length Encoding Of BMP Image in C Language in linux(i.e Compression and Decompression) ?

4040


What is XQuery?

444


What is 301 redirects in php? When are we used 301 redirects in our projects?

2075