Search:

Type: Posts; User: copeg

Search: Search took 0.10 seconds.

  1. Replies
    4
    Views
    7,853

    Re: Implementing HTML tags in Java Source Code

    I don't know how you wish to use your ArrayList, why you are using a List, or what you fully want to accomplish in the scheme of things - so I couldn't advise you one way or the other.

    In the...
  2. Replies
    4
    Views
    7,853

    Re: Implementing HTML tags in Java Source Code

    If I understand your question correctly (posting code would help describe your scenario), suppose you have:


    ArrayList<String> list = new ArrayList<String>();
    list.add("<html>");
    list.add("{");...
Results 1 to 2 of 2