Search:

Type: Posts; User: baraka.programmer

Search: Search took 0.09 seconds.

  1. ...CONNECTION OF CLIENT AND SERVER RUNNING ON DIFFERENT COMPUTERS

    ....Hello guys,,,,i know how to connect a client program and a server program
    running on the same computer. Can some one help me on how to connect the
    client program and the server program which...
  2. Re: HELP: UNABLE TO CREATE AND PRINT A 3-DIMENSIONAL ARRAY

    ...thanks alot,,,i solved one part of the problem,,,the only remaining exception that is thrown is an ArrayIndexOutOfBounds , in the last for loop!!!
  3. HELP: UNABLE TO CREATE AND PRINT A 3-DIMENSIONAL ARRAY

    //I created this program which creates 3-dimensional array and prints elements of the array


    public class ThreeDimensionalArray
    {

    public static void main(String[] args)
    {
    ...
  4. try-catch block reports to have an Error that I don't know how to fix

    // This program opens a text file and reads the contents of the text
    // file, name of which is specified as a command-line argument

    import java.io.*;

    public class ReadFile
    {

    ...
  5. Re: HELP: UNABLE TO USE NON-PRINTING CHARACTERS IN A LOOP

    ...got it, it was in the wrong area!!!
  6. Re: HELP: UNABLE TO USE NON-PRINTING CHARACTERS IN A LOOP

    ...yeah, something similar to that,,,,reading an input from the user using the Scanner, and the input expected is the key ESC, for the loop to break.
  7. HELP: UNABLE TO USE NON-PRINTING CHARACTERS IN A LOOP

    ... hi guys, i want to make a program that uses a do-while loops which breaks
    whenever a user presses the ESC-Key, my challenge is i do not know how to
    write the code representing the ESC-key....
  8. Replies
    1
    Views
    1,059

    HELLO THERE!!

    ...hello guys, am new here and i'm all still a novice programmer, ambitious to be one of the best,,,java being my fan!
Results 1 to 8 of 8