Search:

Type: Posts; User: shahrukh0603

Search: Search took 0.15 seconds.

  1. Replies
    4
    Views
    986

    return type

    public class Name {
    static int a;
    int b=0;
    public void fuck(int d){
    a=a+1;
    b=b+1;
    System.out.println(a);
    System.out.println(b);
    System.out.println(d);
    return ;
  2. Replies
    3
    Views
    1,178

    Re: Linked list

    according to my research.....
    the difference lie in execution time only...
  3. Replies
    3
    Views
    1,178

    Linked list

    difference between linked list and array list...
  4. Replies
    3
    Views
    1,305

    Re: two constructor creating problem

    thanks
  5. Replies
    3
    Views
    1,305

    two constructor creating problem

    public class abcd {
    String name;
    int salary;
    int enom;
    abcd(String name)
    {
    this.name=name;
    }
    abcd(int salary)
    {
Results 1 to 5 of 5