Search:

Type: Posts; User: bookface

Search: Search took 0.13 seconds.

  1. Replies
    3
    Views
    1,909

    Re: unsafe operations note??

    Thanks once again copeg.

    If I apply your split method, it will "deform" the string so that when I come to convert the ArrayList back into a string, the white space will be missing (if I initially...
  2. Replies
    3
    Views
    1,909

    Re: unsafe operations note??

    SO SORRRYYYY FOR THE DEROGATORY VARIABLE NAMESSSSSSSSS! I THOUGHT I READJUSTED BEFORE COPY PASTING. IT'S ME EXPRESSING THE FRUSTRATION :p! SORRY ONCE AGAIN!
  3. Replies
    3
    Views
    1,909

    unsafe operations note??

    import java.util.*;

    public class iterates {

    private ArrayList<String> arrayOfString = new ArrayList();
    private String input = "hui hello { q...} qdf qkfh youu";
    private int n = 0;...
Results 1 to 3 of 3