Search:

Type: Posts; User: Wanderer

Search: Search took 0.53 seconds.

  1. Replies
    2
    Views
    4,613

    Re: Help needed on java array

    Hi John

    From what I understand, you just need the following

    1. Implement main method
    2.Accept the number of results , n.
    3.Check whether n is greater than 2 and less than 25
    4. Loop the...
  2. Thread: Hello

    by Wanderer
    Replies
    0
    Views
    1,065

    Hello

    Hi! A big hello from the small island of Mauritius(Google!)
    Well I am a java software engineer for 2 years.
    Joining this forum so that I can learn while trying to help people out
    Cheers
  3. Re: How To Make The Program Jump To The Next Function..

    Thanks for helloworld922 for the advice
  4. Re: How To Make The Program Jump To The Next Function..

    Well if you look at what I wrote, I told you to implement the logic after the check of s.length.
    You are getting an exception basically due to the parseInt().
    You cannot convert an empty string to...
  5. Re: How To Make The Program Jump To The Next Function..

    Well if you post the final code here, I can probably look at it.
  6. Re: how to delete record from checking checkbox value.

    To use java to access the database, first please read about the JDBC apis.
    and then learn how to use javascript to access DOM objects

    Cheers
  7. Re: How To Make The Program Jump To The Next Function..

    Hi kumarr, To make a program exit on enter, implement something like this


    public static void main(String[]args){
    BufferedReader br= new BufferedReader(new InputStreamReader(System.in));...
  8. Replies
    2
    Views
    1,732

    Re: why is this there and what does it do?

    Hi cejay

    By two images, I am guessing you are referring to the following lines

    public Sprite(Image image)
    The first Image is the referring to the class Image. The second is just a variable...
Results 1 to 8 of 8