-
-
-
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?
-
-
-
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 -
Why do we pass ActionMapping object in Validate(...,..) method in struts?
Public ActionErrors validate(ActionMapping am,HttpServletRequest)
{
some validation logic...
} -
-
-
-
-
-
-
Log4J
How would we use log4J in our applications? Is it necessary to use log4J applications in our web application?
-
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?
-
Design Pattern
What design pattern are available for J2EE?
-
3-tier architecture in Java
Explain about 3-tier architecture in Java
-
-
Problem with JSF / Spring security 2.5
Hello,
First I would say sorry I dont speak English very well...
I use the Spring framework 2.5 to apply the security rules for hand interception on the page in my application J2ee, I want that the page is only accessible when the user is connected.
The problem is that when I do:
the page still accessible by typing main.jsf !
and when I do:
the page... -
J2EE Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans