Search:

Type: Posts; User: Mr.777

Search: Search took 0.11 seconds.

  1. Replies
    18
    Views
    3,439

    Re: .java File not found

    Remember, constructor is a special type of function that returns nothing (Not even void). And in any function definition, opening and closing braces are part of it (). In your above code, there is no...
  2. Replies
    18
    Views
    3,439

    Re: .java File not found

    Because Java is case sensitive language. Anything related to java is case sensitive.
  3. Replies
    18
    Views
    3,439

    Re: .java File not found

    Look at the package statements. Your both classes are in different packages.
Results 1 to 3 of 3