Search:

Type: Posts; User: hooshdar3

Search: Search took 0.08 seconds.

  1. Replies
    6
    Views
    913

    Re: limiting string length

    But the result is that I cannot create a queue of 1000 elements of objects of the class I created, be they optimized or not.

    I am not gonna become a java programmer, not now, but I now have to...
  2. Replies
    6
    Views
    913

    Re: limiting string length

    No way!
    I am opposed to use String. I don't want to waste my RAM.
  3. Replies
    6
    Views
    913

    Re: limiting string length

    I mean wwith SQL, Pascal, we could specify that for example, this be a string that hols 30 characters. Is it possible with java? What is the difference between char str[30] and String under Java?
  4. Replies
    6
    Views
    913

    limiting string length

    Hi.
    I defined a java class thus:
    class Info{
    public String name;
    public String version;
    public String arch;
    double CPUSpeed;
    double ranUtil, CPUUtil;...
Results 1 to 4 of 4