Search:

Type: Posts; User: gcsekhar

Search: Search took 0.10 seconds.

  1. Replies
    5
    Views
    3,417

    what's wrong with this code

    /****************************
    this code is for connecting to gmail through java program
    this is throwing ConnectedTimeout exception at the commented place
    please give some suggestions to solve...
  2. Replies
    5
    Views
    3,417

    what's wrong with this code

    import javax.mail.*;

    import javax.mail.internet.*;
    import java.util.Properties;
    public class Access
    {
    public static void main (String args[])
    {
    int argc = args.length;
    if (argc != 4)
Results 1 to 2 of 2