Search:

Type: Posts; User: mmrafi83

Search: Search took 0.09 seconds.

  1. Replies
    3
    Views
    1,506

    Re: Making a string lowercase

    HI,

    U can use something like this



    System.out.print ("\nYour generated username is: " + first.toLowerCase().charAt(0)
    +...
  2. Replies
    3
    Views
    1,391

    Re: How could I do this?

    HI... try this with the following piece of code. And call the method from another class




    public class Lists {

    int [] _Array1;
    int [] _Array2;
    int [] _Array3;
  3. Re: How does Java manage memory? I got curious after seeing a live profiling session

    the graph of the memory in the JVM is like of SAW TOOTH (this is in Ideal case). when the memory is about the completely filled by the objects then the JVM invokes the Garbage Collector to remove the...
Results 1 to 3 of 3