Search:

Type: Posts; User: azizmaiden

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    1,030

    [SOLVED] Re: Simple question about methods.

    the main is in boy class from what i understand this is the code the question it doesnt contain anything else :/
  2. Replies
    4
    Views
    1,030

    [SOLVED] Simple question about methods.

    Consider the following code:


    import java.io.*;
    class Daddy {
    int methodOne( int a, long b ) throws IOException { … }
    float methodTwo( char a, int b ) { … }
    }
    public class Boy extends...
Results 1 to 2 of 2