Groups | Search | Server Info | Keyboard shortcuts | Login | Register
Groups > fr.comp.lang.java > #1714
| Newsgroups | fr.comp.lang.java |
|---|---|
| Subject | urgent |
| From | banderas123 <nospam_kangalaberger14@yahoo.fr.invalid> |
| Organization | !No_Organization! |
| Message-ID | <wOKdnSdZAIscUyrGnZ2dnUU798zNnZ2d@giganews.com> (permalink) |
| Date | 2018-10-05 15:50 -0500 |
Bonjour,je veux faire le teste de ce bout de code, comment le faire :
public class InvestorFactory {
public static Investor createInvestor(long investorId, float credits, String
investorName, String email) {
return new Investor(investorId, investorName, email, credits);
}
}
urgent
Back to fr.comp.lang.java | Previous | Next — Next in thread | Find similar
urgent banderas123 <nospam_kangalaberger14@yahoo.fr.invalid> - 2018-10-05 15:50 -0500 Re: urgent Yliur <yliur@free.fr> - 2018-10-06 00:00 +0200
csiph-web