Search:

Type: Posts; User: Techexpert

Search: Search took 0.08 seconds.

  1. Replies
    1
    Views
    1,538

    JAVA Collection

    I want to store 1 Lakh characters in the sorted order. Also i will be manipulating and accessing the same.Which java collection class should I use?
  2. java: do not want to share code but functionality

    I am in java project team. My team members need to access my java code functionality but I don't want them to access my java code. So how can I share the code functionality without sharing my java...
  3. Replies
    5
    Views
    788

    Array definitions

    What is the difference between following 2 approaches in creating an array.
    Which is preferred depending on the use?

    Approach 1:


    int a[]= new int[5];
    a[0]...
  4. Replies
    6
    Views
    858

    JAVA

    if the size of one object is 110 bytes and there are 1000 such objects then how can we efficiently call a method using this object so that minimum memory is required?
  5. Replies
    6
    Views
    858

    JAVA Memory usage

    How do we create 1000 objects in java efficiently and what will be the memory overhead in creating these many objects?
Results 1 to 5 of 5