Search:

Type: Posts; User: zdavos

Search: Search took 0.08 seconds.

  1. Replies
    4
    Views
    1,673

    Re: Calling methods in other files

    This is the code he gave us to follow as an example. Its for a random character generator but I can figure out how to use it simply for strings

    public class RandomCharacter {
    public static...
  2. Replies
    4
    Views
    1,673

    Re: Calling methods in other files

    I tried that and It works but I the two other files that I am calling cannot have main methods. Can I use something like Public void init() somehow in place of the main?
  3. Replies
    4
    Views
    1,673

    Calling methods in other files

    I am taking a beginning java class based in a unix environment. I have to create three .java files. One that prints out a simple line of text, one to call the method that prints the line of text and...
Results 1 to 3 of 3