Search:

Type: Posts; User: tcstcs

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    1,494

    Re: When to use new String("abc")

    Java API has provided this functionality. So there has to be a reason behind for it.
  2. Replies
    4
    Views
    1,494

    When to use new String("abc")

    Can anyone give a scenario of when to use String aaa = new String("abc") against String bbb="abc".
Results 1 to 2 of 2