Search:

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

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

  1. Answers
    23
    Views
    386,529

    Re: A Little Story…………

    Really Very Nice....
  2. Answers
    4
    Views
    3,378

    Re: method in a method

    I think it is not possible in Java.
  3. Answers
    27
    Views
    21,196

    Re: Which constructor will be called in main

    class A
    {
    String s;
    A(A ob)
    {
    ob.s=s;
    }

    A(String s)
    {
  4. Answers
    7
    Views
    4,494

    Re: How many Classes in output

    if a program contains 2 classes and one interface then after Compilation how many class files will be generated? is it Ur Question?

    if it so, Three class files will be generated.
  5. Answers
    18
    Views
    34,748

    Re: java program without main method

    Neelim's answer for Question Number 1 is correct...
    it will generate o/p.
    Memory for the Satic members will be allocated during the compile time itself. and the Interpreter looking for the main...
  6. Answers
    2
    Views
    18,131

    HTML & CSS Re: Textfield onchange function...

    S...even i also face the same problem...
    I just give one example , check it out whether it works......
    Example:
    function fun1()
    {
    if(document.f.na.value=="hello")
    {
    }
    else
    {
  7. Answers
    3
    Views
    3,273

    Re: collections

    which is Better?
    Depends on the requirement only we can able to choose the either Vector / ArrayList

    Differences :
    --------------
    1.Synchrnonization:
    -------------------
    Vector is...
  8. Answers
    34
    Views
    53,912

    Re: What is the abbrevation of OOPS?

    OOPS - Object Oriented Programming System
  9. Answers
    6
    Views
    9,891

    Re: Function overloading example

    Yes...of course its a function overloading...
Results 1 to 9 of 9
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