Java Interview Questions
1: Java Technical Questions with Answers
What modifiers may be used with top-level class?public, abstract and final can be used for top-level class. What are inner class and anonymous class?Inner class : classes defined in other
2: Some Java Job Interview Questions
What is Garbage Collection and how to call it explicitly?When an object is no longer referred to by any variable, java automatically reclaims memory used by that object. This is known as garbage colle
3: Basic Java interview question
1. Why do you prefer Java?
Answer: write once ,run anywhere.
2. Name some of the classes which provide the functionality of collation?
Answer: collator, rulebased collator, collationkey, collationele
4: Java Web programming interview questions
Question1:
What is a Servlet?
Answer: Servlets are modules of Java code that run in a server
application (hence the name "Servlets", similar to "Applets" on the
client side) to ans
5: Advanced Java interview questions
Q:In Java, what is the difference between an Interface and an Abstract class?
A: An Abstract class declares have at least one instance method that
is declared abstract which will be implemented by the
6: Advanced enterprise Java interview questions
1) What is the purpose of garbage collection in Java, and when is it used?
The purpose of garbage collection is to identify and discard objects
that are no longer needed by a program so that their res
7: Java and networking interview questions
QUESTION: What is a JavaBean? (asked by Lifescan inc)
ANSWER: JavaBeans are reusable software components written in the
Java programming language, designed to be manipulated visually by a
software de
8: JSP interview question
Q: What are the most common techniques for reusing functionality in object-oriented systems? A:
The two most common techniques for reusing functionality in
object-oriented systems are class inheritanc
9: Java software engineering interview questions
Question 1: What is the three tier model? Answer: It is the presentation, logic, backendQuestion 2: Why do we have index table in the database? Answer: Because the index table contain the information
10: Java and Perl Web programming interview questions
Q1: How can we store the information returned from querying the
database? and if it is too big, how does it affect the performance?
In Java the return information will be stored in the ResultSet objec
Page 1 of 5
[1] [2] [3] [4] [5]