Search:

Type: Posts; User: John Joe

Page 1 of 12 1 2 3 4

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    119

    Re: Customer exception

    sounds like an answer from ChatGpt
  2. Replies
    7
    Views
    657

    Re: Need some help

    Why you keep replying on old post?
  3. Replies
    1
    Views
    118

    Re: will the result always be true?

    Why don't you try to run using IDE?
  4. Replies
    1
    Views
    75

    [SOLVED] Re: Chuẩn RS485 để biết tới

    stop spamming
  5. [SOLVED] View Post

    STOP SPAMMING
  6. Replies
    2
    Views
    167

    Re: Failed to call service

    Maybe there's some code issue on client server?
  7. Re: Can someone recommend me how to start learning java programming?

    Do you have Java basic?
  8. Replies
    1
    Views
    179

    Re: Best sources for learning java

    I would suggest you to read this book --> Introduction to Java programming
  9. Replies
    2
    Views
    294

    Re: Can som1 help me with this code

    What doesn't work here?
  10. Replies
    2
    Views
    285

    Re: Basic Java Question

    It will return the value of the class-level static variable num, which was set to 3 initially.
  11. Re: how to add questions inside the switch statement and then calculate results in java

    Have you fixed?
  12. Thread: Java Project

    by John Joe
    Replies
    1
    Views
    1,353

    Re: Java Project

    maybe use Java Swing ?
  13. Replies
    1
    Views
    681

    Re: where is the mistake

    What error you got and what you want to achieve?
  14. Do we really need abstract and interface in our project?

    I've been writing one/two projects but I not using them. I'm not sure in which
    scenario I should use them. Is this consider bad programming style?
  15. Replies
    2
    Views
    736

    Re: i have a problem this code

    Because you are not using it. You may remove it.
  16. Replies
    33
    Views
    2,984

    [SOLVED] Re: running java files in the cmd.exe

    Hey, take a look on this
    https://www.c-sharpcorner.com/blogs/steps-to-run-java-program-using-command-prompt1
  17. [SOLVED] Re: Java Exception in thread "AWT-EventQueue-0" java.lang.StringIndexOutOfBoundsException: String index out of range: -1

    Post your code too
  18. Replies
    3
    Views
    654

    [SOLVED] Re: Code won't compile

    At where you define parsedouble function?
  19. Replies
    2
    Views
    616

    [SOLVED] Re: How do I accept user input?

    Use Scanner.

    You can see this tutorial https://www.w3schools.com/java/java_user_input.asp
  20. Replies
    18
    Views
    711

    [SOLVED] Re: Eclipse | why my program closed (jar) ?

    Maybe tell us how you create the jar?
  21. Replies
    1
    Views
    716

    Re: ROTINA DE NOTA FISCAL ELETRONICA EM JAVA

    ENGLISH PLEASE
  22. Replies
    2
    Views
    755

    Re: Changing update query in SQL

    where is your update query?
  23. Replies
    5
    Views
    702

    Re: Seeking Guidance On my beginner code

    No problem and all the best :-bd
  24. Replies
    5
    Views
    702

    Re: Seeking Guidance On my beginner code

    You have to call song() again inside beersOnWall method.
  25. Re: Why is the som of this these two not correct

    You can use DecimalFormat .


    DecimalFormat value = new DecimalFormat("#.#");
    System.out.println(value.format(som(20.20, 10.10)));

    Don't forget to add this line


    import...
Results 1 to 25 of 291
Page 1 of 12 1 2 3 4