Search:

Type: Posts; User: shervan_360

Search: Search took 0.08 seconds.

  1. Re: JAVA - Swap two string in a method without built-in functions

    Yes, swap is not built-in method. now how can I fix it? because in JAVA we don't have reference type and String is immutable.
    How can I swap two string in that method?

    Thanks
  2. JAVA - Swap two string in a method without built-in functions

    Hello,

    I want to swap two string in JAVA without built-in function like this.
    How can I fix it?

    Thanks


    import java.util.*;
Results 1 to 2 of 2