Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    2
    Views
    7,783

    Re: How Hibernate Works

    It is a persistence tool that provides object-relational mapping...which means you can define your database tables using java classes..you deal everythg as object .
    there is certainly a lot more to...
  2. Answers
    13
    Views
    5,129

    Re: Garbage Collector

    1.object.finalise();
    Finalizes the object (post mortem clean-up) which means it is ready to be garbage collected..
    Finalization can also be achieved using - System.runFinalization();

    the others...
  3. Answers
    11
    Views
    403,060

    Re: abstraction Vs encapsulation

    adding more to above ...Abstraction is achieved by proper design to control knowledge of inners of a class to other classes.

    encapsulation can be achieved by using proper access modifiers - public...
Results 1 to 3 of 3
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