Create Mailbox with java language

S

Sandro

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

Thanks,
Sandro
 
D

Daniel Pitts

Sandro said:
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,756
Messages
2,569,540
Members
45,024
Latest member
ARDU_PROgrammER

Latest Threads

Top