-
-
-
-
-
3-tier architecture in Java
Explain about 3-tier architecture in Java
-
Design Pattern
What design pattern are available for J2EE?
-
Application Security
How will you make sure to develop Java/J2EE projects/applications secured from hackers?Justify how Java projects are more secured than other languages?
-
Log4J
How would we use log4J in our applications? Is it necessary to use log4J applications in our web application?
-
-
-
-
-
-
-
Why do we Typecast FormBean object with ActionForm in execute(...,...,...,..) method in Struts?
Public ActionForward execute(ActionMapping am,ActionForm af,Req,Res)
{
Myfornbean mf=(Myformbean)af;
//why we are typrcasting here -
-
-
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?
-
-
J2EE Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans