Search:

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

Search: Search took 0.00 seconds.

  1. Re: Difference between interface and abstract class? are they both same

    hi
    interface--It is set of abstract methods.It only has a definition of methods which include name of method,its signature.here none of the methods are implemented.
    abstract class--A class is a...
  2. Thread: interfaces

    by poo_roh
    Answers
    6
    Views
    7,254

    Re: interfaces

    hi
    i think 1 use of inteface is to have a constraint on class which imlements interface
    to compulsorly implement all the method defined in that interface.
  3. Answers
    2
    Views
    5,361

    Re: Insert values in view

    hi
    i think the data in view made up of 2 or more tables r not updateable.
  4. Answers
    27
    Views
    20,697

    Re: Which constructor will be called in main

    hi
    In this code i think the 2nd constructor will be called bcos null is a string type.
  5. Answers
    5
    Views
    9,567

    Re: What is the race condition?

    Race condition occur when 2 or more thread try to access the same resource at same time.
    here the resources can be a local varialble,memory,file etc.
  6. Answers
    6
    Views
    4,012

    Re: what is object serialization?

    object serialization means storing the state of an object in a permanent storage area,for ex
    a file.
  7. Re: when is an object ready to be garbage collected

    when resoures linked with that object are not required for later
Results 1 to 7 of 7
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