-
-
Implement Very Large Queue
Suppose you have a very large queue, and you need to do a insert and delete on the queue. Since the queue is very large , you cannot keep the entire queue in the memory. How do you go about implementing such a condition?How do you go about inserting and deleting elements from that queue if you cannot keep the queue in the memory?
-
-
-
What is the use of Marker Interface ?
Explain the purpose of Marker Interface.When there is no methods in marker interface then what is the use of implementing it?
-
-
-
-
-
What is the difference between Abstract Factory Pattern and factory Pattern?
What is the difference between Abstract Factory Pattern and factory Pattern? When would you use each of them?
-
-
How Data Access Object (DAO) class will handle the data
Suppose there are 2500 records to be handled? How Data Access Object (DAO) class will handle it?
-
How would you go about designing a better system?
Interviewer asked me this question in a interview. I could not give a clear answer. Can someone please help me to answer this question? Or point me to the websites that talk about How to Design a Good Software System. Thank you very much.
-
-
-
What is the advantage of using static methods in real time applications?
When we use static methods and when we use final methods? Explain with a suitable example..
-
Myeclipse Richfaces
How to configure Richfaces in Myeclipse 8.5?
-
Class and Conductor Variable
What is major difference in assigning a variable in class and assigning a variable in constructor?
-
WeakHashMap
Explain how a WeakHashMap works?
-
Servlet Intialization Parameter
How we can define Servlet Initalization Parameter?
J2EE Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans