spring What is Dependency Injection and How spring related to it Arpit Sharma 11 years ago Dependency injection means an object should only have dependency which require by object to do their job. It means how much ... Read more
java How make java object Serialzable Arpit Sharma 11 years ago If we want to make object to be serializeble then class of that object must implements serializable interface. Serialzable interface is mar... Read more