-
Inheritance in java
Is super class object gets initiated while creating the subclass object? what happen in heap and stack when call super class method from subclass and call super class constructor by using super keyword from subclass?
-
Java Persistance API
What is JPA, can we use JPA without hibernate (hibernate3.jar)? Explain with samples?
-
Session and Cookie
What is the different between session and cookies? Where is the session information stored? In RAM of the Client or Disk of the Client or it is stored on the server?