Code Snippets Interview Questions
Questions Answers Views Company eMail

write a program that can locate elements in array.

1 5043

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

2746

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 4377

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

1774

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

IBM,

1 6484

what is variable length argument list?

2 4051

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

Microtek, TCS,

3078

How to change winform look?

2335

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 4260

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

2601

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 3065

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

2045

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,

1738

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

7 14596


Un-Answered Questions { Code Snippets }

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

1581


Beautiful is for 012345678 9 and a code for similar word containing the same alphabets

5324


how to manage mlng timer because they don't explain what's it's function?

2463


write a c program to input initial & final time in the format hh:mm and find the time intervel between them? Ex inputs are initial 06:30 final 00:05 and 23:22 final 22.30

2227


Write a Program to find the number of words in a sentence.

529






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

522


how to diplay a external image of output on winxp by using c & c++,

2938


Can we have empty XML tags?

373


How to get Filename from Path?

528


Question 1: Implement a base class Appointment and derived classes Onetime, Daily, Weekly, and Monthly. An appointment has a description (for example, “see the dentist”) and a date and time. Write a virtual function occurs_on(int year, int month, int day) that checks whether the appointment occurs on that date. For example, for a monthly appointment, you must check whether the day of the month matches. Then fill a vector of Appointment* with a mixture of appointments. Have the user enter a date and print out all appointments that happen on that date. *This Should Be Done IN C++

550


Ask the user to input three positive integers M, N and q. Make the 2 dimensional array of integers with size MxN, where all the elements of I (I = 1,…,M) line will be members of geometrical progression with first element equal to the number of line (I) and denominator q.

3395


code to detect versions of different browsers like internet explorer, netscape, mozilla, opera etc

1742


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

3169


How can I include conditional statements in XML?

356


Which framework is best in php among Smarty, Cakephp, Joomla, Drupal, Zend or Something else...? If any then Why?

8048