Re: Create Mailbox with java language



Sandro wrote:
I have to create a program that create mailboxs. How can I do it in
java?

Thanks,
Sandro
That's easy, just use this:

public class MailboxCreator {
private static class Mailbox {
}
public static void main(String...args) {
while (true) {
System.out.println("Creating new mailbox: " +
new Mailbox());
}
}
}

As a meaningless question, get a meaningless answer.

By mailbox, do you mean an e-mail application, or an e-mail server? Do you mean something else entirely? Why can't you use existing software?

Try asking something more specific, or even stating what your true end-goal is, in detail.

Good luck,
DAniel.

--
Daniel Pitts' Tech Blog: <http://virtualinfinity.net/wordpress/>
.