Login
Forgot your password?
JavaMad logo
Popular Questions
JSP Interview Questions
 
previous1234next
How to declare method and inner class in jsp?

January 16 2013
 
How to use java class method in jsp?

January 16 2013
 
How will you make use of web services in your current application?

June 13 2012
 
How not to cache a downloaded file?

May 07 2012
 
How to upload the file using glassfish server . please help me as soon as possible ,,

May 03 2012
 
Hai All


i have a some isses
in my project, we r making to work in all browers , but i got isses in ipad browers,
in that how to use scrollbar?
scrollbar is coming in IE ,FF,Saferi,Chrome But it is not coming in Ipad browers?

can any Say A solution for that?

March 28 2012
 
how to implement pagination in JSP?

March 23 2012
 
how to count hit-counter in jsp?

March 13 2012
 
take one global static vriable(for ex: count).
increase the count value in jspinit().
because jspinit() will be called for every new user once, like this we can find-out number of hits.

March 13 2012
 
i wanna make " a speech recognize system " , it means when i will say " open the door" then the door will be opened automatically . when i will say " close the door " then the door is closed automatically ... for this tell me what i should do ?? how i make code for this ..???

January 22 2012
 
what is the diff b/w pageobject

January 02 2012
 
www.javabeginnerstutorial.com/

January 02 2012
 
What are the JSP standard actions?

December 23 2011
 
standard actions are used to eleminate the javacode in our jsp by replacing these standard actions.
they r 9 standardaction.
1.<jsp:useBean ......>
2.<jsp:setProperty>
3.<jsp:getProperty>
4.<jsp:include>
5.<jsp:forward...>
6.<jsp:plugin>
7.<jsp:fallback>
8.<jsp:parameters>
9.<jsp:parameter>

December 23 2011
 
hello friends .. i am making a web site . and i wanna one thing .. and that is password recovery .. but i dont have knowledge that how it works or which code is used for this ..
so plz help me ....or give me code of this type/.. thanks

December 04 2011
 
Hi Siddharth::::
You can follow follwing steps fro forget password
1)-on click of password recovery link open a page which required user input

2)-When user put his email id in text box and click on submit button
call a java class
2)a-)-first check the email id given by user that it exist or not,,i not then show message on user screen that ur not registered
but if exist
then generate any random code and update the pasword filed of user with the random number and send that random number to user for login

or

and if u dont want to update user password filed just send a link which consist a page on user mail id an validate the required filed o that page



December 04 2011
 
In my jsp I got an exception,Please help me to find out


The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit

December 02 2011
 
sir::i am using tomat server

December 02 2011
 
Hi,
let me know your web server or apps server name.

it may be the problem with JVM.Increasing the JVM Heap Size of your server.

December 02 2011
 
Why do we need Usebean in JSP?

October 03 2011
 
The <jsp:useBean> is a standard action element used to locate or instantiates a JavaBeans component. Firstly <jsp: useBean> tries to locate an instance of the Bean class if found its fine, if not then it will instantiates it from a class. The name of the bean is same as we have given in id attribute of <jsp:useBean>. If the object reference doesn't exist with the name we have specify then it will create a instance and find the scope of the variable, class attributes defines the bean class and type attribute defines the parent class or interface of the Bean class.

October 03 2011
 
How to pass values from servlet to jsp

September 20 2011
 
www.javabeginnerstutorial.com/

September 20 2011
 
Trough Attributes

September 20 2011
 
previous1234next
Ads