Search:

Type: Posts; User: khushboo18

Search: Search took 0.08 seconds.

  1. Replies
    2
    Views
    1,019

    Re: stringbuilder and string buffer

    Simply use StringBuilder unless you really are trying to share a buffer between threads. StringBuilder is the unsynchronized (less overhead = more efficient) younger brother of the original...
  2. Replies
    4
    Views
    1,195

    threads

    Can the Garbage Collection be forced by any means?
  3. Replies
    4
    Views
    1,195

    threads

    Is garbage collector a dameon thread?
  4. Replies
    4
    Views
    1,195

    packages in java

    Which package is used for pattern matching with regular expressions?

    --- Update ---

    Ans: java.util.regex package is used for this purpose
  5. Replies
    4
    Views
    1,195

    Miscellaneous questions

    Why Java is considered dynamic?
Results 1 to 5 of 5