Search:

Type: Posts; User: Maicol

Search: Search took 0.17 seconds.

  1. Replies
    1
    Views
    772

    please solve my problem with "while"

    Hi! I don't understand why the line related with "While" and "nextLine" does not work, also there is message that says "resorce leak: 'en' is never closed". thanks in advance. This my code:

    ...
  2. Re: please solve my problem with the constructors

    So what must to write in the main method?
  3. Re: please solve my problem with the constructors

    Thanks Norm. I corrected the first error, now this is my code:


    package fuente;

    public class User {
    public static void main(String[] args) {
    final String account;
    final String...
  4. please solve my problem with the constructors

    Hello! I'm benniger and I don't understand why Eclipse says that there are a error in the default constructor and that there is not a return type for the other constructor. thanks you


    package...
Results 1 to 4 of 4