public String [] methodThatReturnsAStringArray () {
 
        String [] result = new String [10];
        for (int i = 0; i < result.length; i++) {
            result [i] = "#" + i;
        }
        return result;
 

    }
 
-----Original Message-----
From: Matheus Antonelli [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, August 22, 2000 9:06 AM
To: [EMAIL PROTECTED]
Subject: [java-list] Método que retorna um array de strings...

Olá,
 
Alguém pode me mostrar um método que retorna um array de strings ?
 
Preciso fazer algo parecido, mas não estou conseguindo...
 
Obrigado
Matheus.

Responder a