-
Driver manager
What is driver manager?
-
-
-
Difference between include directive and script tag while including Java scripts file in JSP.
I was trying to use JavaScript file for validations of the fields and buttons in my JSP page.
but found that the following worked:
and not:
I wanted to know the reason?
Thanks in advance!!
-
-
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... -
-
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 pass ActionMapping object in Validate(...,..) method in struts?
Public ActionErrors validate(ActionMapping am,HttpServletRequest)
{
some validation logic...
} -
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 -
J2EE Interview Questions
Sub Category
Questions
Answers
Last Updated
Ans