Search:

Type: Posts; User: rektiphyr

Search: Search took 0.50 seconds.

  1. Replies
    1
    Views
    1,839

    Re: Newb question. How to use only Servlet?

    Ok... have I misunderstood something? Is this not possible? Is my question not clear?
  2. Re: Is it easy to learn java for someone who never know anything about progamming?

    That is an extremely difficult question to answer. First of all, "learning" Java is not as simple as reading a book, or even taking a few courses. There are many intricacies which you should...
  3. Replies
    1
    Views
    1,839

    Newb question. How to use only Servlet?

    Hi all, I'm a very experienced java programmer, but just now starting on java web development. I'm using eclipse with glassfish and I'm currently just trying to set up a Servlet hello world. I've...
  4. Re: Syntax error on token ";", { expected after this token please HELP

    My appologies -- I have now read and understand the forum rules. I have also edited my original post.
  5. Replies
    5
    Views
    3,176

    Re: simple translator GUI ??

    It is not possible to connect to google without the internet...
    As the previous poster indicated, the only way to achieve what you want is to somehow get all words from language1 and all words from...
  6. Re: Syntax error on token ";", { expected after this token please HELP

    I think this is what you intended:


    ...edited by moderator


    You have an extra closing curly brace at the end. Apart from that it seems to me that using a static inner class is probably not...
  7. Replies
    2
    Views
    1,399

    Re: A deck of cards

    public static void createDeck(String[] myDeck)
    {
    String[] num={"Ace","2","3","4","5","6","7","8","9","10","Jack","Queen","King"};

    int count=0; // count starts at zero
    for(int x=0; x<13;...
Results 1 to 7 of 7