Search:

Type: Posts; User: ashish12169

Search: Search took 0.10 seconds.

  1. Replies
    1
    Views
    1,279

    scope of variable understanding problem?

    Hi,

    i know scope of a variable declare in a function remain with in the function. but i want to know Is the objects that create in a function remain in the memory after the function finish its...
  2. Replies
    3
    Views
    1,603

    Re: Object Serialization how it will work?

    Hi,

    it does not work.
    As i know when i try to save the object jvm also create hashcode(serialVersionUID ) for our class and also save it with the object.and when i pick the object from the...
  3. Replies
    3
    Views
    1,603

    Object Serialization how it will work?

    Hi,

    I saved a object in file with serialization method and then i change the class defination and after it i deserialize the object it will work or not?

    //old class
    Class A
    {
    int i;
    }...
  4. Re: Java algorithm to print all the combination of the integer array

    hi,

    i found some algorithm but they miss some combinations...

    is there any algorithm that print all the combinations and exactly once?
  5. Re: Java algorithm to print all the combination of the integer array

    Hi,

    Yes, is there any algorithm for it..
  6. Re: Java algorithm to print all the combination of the integer array

    I donot understand.....
  7. Re: Java algorithm to print all the combination of the integer array

    Hi ,

    I try and find the algorithm but its acutal combinations are less than expectation.
    e.g if i have 6 number then my code gives 126 combinations .
    i try other algorithm but it repeats...
  8. Java algorithm to print all the combination of the integer array

    Hi,

    I have an integer array and i want to print all the combinations of this integer array. can you please suggest me the algorithm?

    e.g int n[] ={1,2,3}
    and its combinations are...
  9. Replies
    1
    Views
    2,262

    java Api to fetch the CPU Details

    Hi ,

    In Java is it possible to get the CPU details e.g dual core CPU 2.8 Ghz
  10. Replies
    1
    Views
    2,961

    Mutithreading problem

    Hi ,
    please suggest the difference between Suspend() and Wait() methodes of the thread.
    why suspend() is not safe to call and wiat() is safe to call.
  11. Re: i want to distribute the work of one computer to 5 other.

    thanx for help,
    I want to multiply two matrix's and each one is of size 1500 by 1500. it consume 91 seconds for computation but i have to finish it on 10 seconds...
    pls ,...
  12. Re: i want to distribute the work of one computer to 5 other.

    can anybody help me to out of this....
  13. i want to distribute the work of one computer to 5 other.

    Hi ,
    i want to distribute the work of one into 5 computers ,so as to reduce the processing time....
    pls, sugesst
    and provide the info about api's with which i can do the same job..
    ...
  14. Replies
    0
    Views
    1,520

    Java Based WebService

    Hi,
    i want to create a JAVA based web service .
    pls suggest the topcis that i need to learn for it,if possible then pls , share the sample code...
  15. Replies
    0
    Views
    1,575

    [SOLVED] Java to make SigleTon Thread?

    Hi,
    pls, suggest how to make sigleton thread and i need to run and stop it in Application depending upon decision variables.i.e in an application it can be stop and run multiple times. pls...
  16. Difference between RIM( Remote Methode Invocation) and WEB sever

    Sir,

    Both RIM and Web Server receive the request from client and then both process the request and after processing the request
    both send response to client ...so i want to know...
  17. Replies
    5
    Views
    1,596

    Re: how operator( && or || works).....

    Thanks ......
  18. Replies
    5
    Views
    1,596

    Re: how operator( && or || works).....

    Sir, These Things i know .
    But my question is different

    e.g int k=5&4; give result k=4;

    but i fail to decide the result of int k=4&2&6;

    the same problem is with OR operator....
  19. Replies
    5
    Views
    1,596

    how operator( && or || works).....

    int k=5|6|7; how it works ....
    int k=4&5&6; how it work .....
  20. Replies
    1
    Views
    1,204

    meaning of operator ( |= )

    Sir,
    please explain the meaning of operator ( |= ) in java....
Results 1 to 20 of 20