The following question arose: there is the following procedure

public void concatenateTermsOfGroupsOfFiles() 

as an input parameter which will be

 String[] ConcatPaths = new String[CountComputers]; 

How to declare this procedure?

  • excuse me, are you kidding or what? - DreamChild
  • one
    @DreamChild, well, what can you not tolerate until 05/21/13? - Gorets
  • @Gorets I may be stupid in the evening, but what will happen on the 21st? What does the vehicle threaten to start checking? - DreamChild
  • @DreamChild, apparently the vehicle will receive a salary and buy a new computer, on which it will put the JDK. - avp
  • 2
    @DreamChild, the compiler doesn't help here anyway. It is enough to look at the name concatenationOfTermsOfGroupsOfFiles. - avp

1 answer 1

public void concatenationOfTermsOfGroupsOfFiles(String[] concatPaths);

  • 3
    no, you're not right =) so do not learn, because the next question should be "how can I return the parameter from this procedure?" - Gorets