Code Snippets Interview Questions
Questions Answers Views Company eMail

write a program that can locate elements in array.

1 5023

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

2729

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 4344

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(); } }

1763

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

IBM,

1 6461

what is variable length argument list?

2 4018

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

Microtek, TCS,

3070

How to change winform look?

2322

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 4244

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

1368

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

2595

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 3046

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

2034

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,

1728

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

7 14524


Un-Answered Questions { Code Snippets }

Can Any one suggest how we connect QTP and Mainframe and do validation from Mainfram screen

1922


How we work on N tire architecture in asp.net Please give me Examle...

16569


I have multiple datasets and I have to search a particular string in all of them at a single time. Please suggest a full jcl or rexx tool for it.

692


What is a well formed XML document?

326


Code for Method of Handling Factorials of Any Size?

1995






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)

2922


write a program to convert temperature from fa height into celcius and vise versa,use modular programming

2429


How we use ajax in asp.net through javaScript. Please givee me an example.

2495


What is XPath in XML?

364


Teta-Omeg-Big-Oh Show that f(n) = n2 + 3n3 is ;(n3).

3182


How to Check if File Exists?

516


What is the functionality of FindWindow?

559


program to bring a window to the front

1555


How to Get File Extension?

500


What are nested elements in XML?

345