A

Anijit Sarkar's Java Interview Questions

Interview questions on Java, J2EE, Spring, Struts,
Hibernate. For people interested in Java & related
Technologies.

  • Rated2.6/ 5
  • Updated 10 Years Ago

Recent blog posts from Java Interview Questions


JAVA: Singleton Pattern - Concept and 7 Most Popular Implementation Style
JAVA: Singleton Pattern - Concept and 7 Most Popular Implementation Style
   Singleton in one of the most popular yet controversial design pattern, in the world of object oriented programming. It's one of those......
10 Years Ago
BlogAdda
FRAMEWORK: ORM - Object Relational Mapping
FRAMEWORK: ORM - Object Relational Mapping
    ORM ( Object Relational Mapping ) is a programming concept of a mapping between Object Oriented Programming and Relational Database ......
10 Years Ago
BlogAdda
JAVA: Data Types Conversion Chart
JAVA: Data Types Conversion Chart
      In Java Programming Language , we must declare a variable name and type, before using it. The data type of a variable defines the th......
10 Years Ago
BlogAdda
JAVA: Overloading and Overriding
JAVA: Overloading and Overriding
Overloading:     Overloading is a popular technique of object oriented programming . It allows you to define a method with same name but......
10 Years Ago
BlogAdda
JAVA: Deserializing an Object from File
JAVA: Deserializing an Object from File
        To deserialize an object from file , first get the serialized data from the file using  FileInputStream . In case if you want to......
10 Years Ago
BlogAdda
JAVA: Keyword: abstract
JAVA: Keyword: abstract
abstract:      This is used to define a class or a method as an abstract operation. When a method is declared as abstract, that m......
10 Years Ago
BlogAdda