Mon 7 Jun, 2010 05:34 pm - Hey everyone,
i'm interested in creating a client/server application in which server stores the names and phone numbers of 10 persons and when client sends a name, the server looks up in... (view)
Tue 29 Dec, 2009 06:44 am - hey everyone, i have written a C program to evaluate the value of a postfix expression, but im not getting the desired output. The output always comes out to be ZERO at runtime, there is no... (view)
Mon 14 Sep, 2009 10:23 am - i have writen the following simple program to perform validations on a html page using javascript but it is not validating,kindly help me to find out the error
/*html file*/
<html>... (view)
Mon 14 Sep, 2009 07:07 am - i have written a code for calculator in html and javascript,
every button works well except that the final answer doesnt appear when "=" is clicked...pls help fast if any1 finds out the... (view)
Thu 2 Jul, 2009 05:02 pm - i have written a program to convert infix expression to postfix expression.
There are no compilation errors but on run-time it shows the message : "Program Termination". Please help me... (view)
Tue 30 Jun, 2009 01:58 pm - class a
{
public void aFn()
{
System.out.println("Im in A");
}
}
class b
{
public void bFn()
{
System.out.println("I'm in B");
}
public... (view)
Mon 15 Jun, 2009 03:41 pm - /* i want to copy the contents of file "5.txt" to "6.txt" ....the contents of bothe the files are initially as shown
content of "5.txt"
room no 4226
content of... (view)
Mon 15 Jun, 2009 02:20 pm - /i want to count the no of alphabets from a to z in a file. The file is "2.txt" and its contents are as under:
prateek
rawal
manit
/
import java.io.*;
public class count... (view)