Java Interview Questions We are going to provide you some java interview questions topic wise.You can select topic as per your choice from the below mentioned topics. We have tried to cover up all the possible java interview questions which will help…
Category: Java Interview Questions
Java Interview Questions and Answers – JSP
Java Interview Questions | JSP Java Interview Questions : JSP What is a JSP Page ? A Java Server Page (JSP) is a text document that contains two types of text: static data and JSP elements. Static data…
Java Interview Questions and Answers – Servlets
Java Interview Questions | Servlets Java Interview Questions : Servlets What is a Servlet ? The servlet is a Java programming language class used to process client requests and generate dynamic web content. Servlets are mostly used to…
Java Interview Questions and Answers – Remote Method Invocation (RMI)
Java Interview Questions | Remote Method Invocation (RMI) Java Interview Questions : Remote Method Invocation (RMI) What is RMI ? The Java Remote Method Invocation (Java RMI) is a Java API that performs the object-oriented equivalent of remote…
Java Interview Questions and Answers – JDBC
Java Interview Questions | JDBC Java Interview Questions : JDBC What is JDBC ? JDBC is an abstraction layer that allows users to choose between databases. JDBC enables developers to write database applications in Java, without having to…
Java Interview Questions and Answers – Swing
Java Interview Questions | Swing Java Interview Questions : Swing What is the difference between a Choice and a List ? A Choice is displayed in a compact form that must be pulled down, in order for a…
Java Interview Questions and Answers – Java Applets
Java Interview Questions | Java Applets Java Interview Questions : Java Applets What is an Applet ? A java applet is program that can be included in a HTML page and be executed in a java enabled client…
Java Interview Questions and Answers – Exception Handling
Java Interview Questions | Exception Handling Java Interview Questions : Exception Handling What are the two types of Exceptions in Java ? Which are the differences between them ? Java has two types of exceptions: checked exceptions and…
Java Interview Questions and Answers – Garbage Collectors
Java Interview Questions | Garbage Collectors Java Interview Questions : Garbage Collectors What is the purpose of garbage collection in Java, and when is it used ? The purpose of garbage collection is to identify and discard those objects…
Java Interview Questions and Answers – Java Collections
Java Interview Questions | Java Collections Java Interview Questions : What are the basic interfaces of Java Collections Framework ? Java Collections Framework provides a well designed set of interfaces and classes that support operations on a collections of…