Search:

Type: Posts; User: TigerElango; Keyword(s):

Search: Search took 0.00 seconds; generated 42 minute(s) ago.

  1. Answers
    7
    Views
    10,875

    Re: Java not 100% Pure OOPS

    Hi,

    As u know, Everything in java is not considered as a Object, there are primitive data types available.

    eg: for numbers we are using the int which is not a object type. (only Integer is...
  2. Answers
    3
    Views
    2,857

    Re: Wrapper class

    Hi,

    The built-in object type for the java primitive type is called as the wrapper class.

    It will be used when the primitive type is needed as a object type for some purpose.
    eg:
    int count=9;...
  3. Answers
    10
    Views
    298,221

    Re: Find the number....

    Hi suresh,

    The number is 2519. :)


    Regards,
    Elango
  4. Answers
    4
    Views
    4,885

    Re: Hard Mathematical puzzle[3]

    Hi suresh,

    I tried in a different way and got the answer...

    Solution:
    divide in to three digits
    134261 it is 134 and 261, then find the sum of the above digits
    134 is 8 : 8th alphabet is H...
  5. Answers
    5
    Views
    12,285

    Re: boundary value analysis

    Hi,

    Consider a situation where u pass the number as the input .(eg: Entering ur marks on a web page.)

    Assumption: marks are between 0 to 100

    For this
    1) Boundary value analysis : take the...
  6. Re: Need more information on finalize method.

    trycatch,

    Is there any Garbagecollector class in java. In jdk1.5.0 api there is no such class defined.

    Can u explain bit ellaborate on this.


    Regards,
    Elangovan R.
  7. Need more information on finalize method.

    This is the definition i got:

    Before an object is garbage collected, the runtime system calls its finalize() method. Your class can provide for its finalization simply by defining and...
  8. MySQL Re: using (top) along with select stmt is possible in MySQL???

    In MySql if u want the first n rows then try this one

    select * from table_name limit 0,n;

    I haven't tried it. Hope this will work. ;)
  9. Thread: puzzle

    by TigerElango
    Answers
    4
    Views
    6,142

    Re: puzzle

    Yes, james is correct. i also got 100.

    Solution:
    1) both having intially x
    2) second loses 20 to first one
    so x+20 = x-20
    3)first loses 2/3(x+20) to second, then second has 4 times of...
  10. Answers
    12
    Views
    17,708

    Re: How do you arrange seven match sticks

    hey, the solution is correct. tell me flaw in the first pic.:confused:
  11. Answers
    12
    Views
    17,708

    Re: How do you arrange seven match sticks

    Try this one.
    This will meet the condition. ;)
  12. Answers
    12
    Views
    17,708

    Re: How do you arrange seven match sticks

    Solutions:

    1) See the answer in the doc.

    2) One more soultion is there, but thats not the exact solution.
    First group all the match stick and burn it. Then all the sticks will be arranged as...
  13. Answers
    2
    Views
    3,569

    Re: Singletn Class in brief

    singleton class is used to restrict instantiation of a class to one object. This is useful when u are sure that one object for a class will improve the performance instead of creating multiple...
  14. Answers
    3
    Views
    4,835

    JavaScript Re: div tag problem...

    sorry this is the html part code......
    img src="" onclick="showHide('tab1')" --image tag

    table id="tab1"
    the details......
    /table
  15. Answers
    3
    Views
    4,835

    JavaScript Re: div tag problem...

    i had the same situation, ie to hide the details by clicking on the image......for that i have used the table which has the details.......

    function showHide(id)
    {
    ...
  16. Answers
    7
    Views
    23,543

    JavaScript Re: refresh the page using javascript...

    function refreshPeriodic()
    {
    location.reload();
    timerID=setTimeout("refreshPeriodic()",30000);
    }
    timerID=setTimeout("refreshPeriodic()",30000);
  17. Answers
    7
    Views
    23,543

    JavaScript Re: refresh the page using javascript...

    function refreshPeriodic()
    {
    location.reload();
    timerID=setTimeout("refreshPeriodic()",30000);
    }
    timerID=setTimeout("refreshPeriodic()",30000);



    sorry i don't know why the code is...
  18. Answers
    7
    Views
    23,543

    JavaScript Re: refresh the page using javascript...

    function reload()
    {
    window.location.reload();
    }
    this method will reload the page when u call the method.....but not for every two minutes......

    the same situation happened...
Results 1 to 18 of 18
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact