Java Server Page I can use a function in two ways:
Either I declare
<jsp:useBean id="myBean" scope="session"
class="mypack.mysubpack.MyClass" />
or I declare
<%@ page import = "mypack.mysubpack.MyClass" %>
In each case I can call a function later by coding
MyClass.myFunction();
So what is the difference between the two variantes?
Why are Beans invented if we don't need them because we
have the import statement ?
please guide me its an humble request to you reader if u
know n i'll be thankful to you...........
hpcl information systems officer 2008 Question Papers or
any last previous questions papers
thanks in advance
shyamprasad71@gmail.com
shyamprasad71@gmail.com
Hi,
I've applied for HPCL(Information System Officer)& UIIC
(A).Plz send me previous/sample papers and any suggestions
regarding this exam.Please advice me good study material or
related links.
Thanks in advance
shyam
shyamprasad71@gmail.com
Q : In session created by server with client(browser) How
can server find that request coming is belong to new
session OR belong to session that is timeout.
Java Server Page I can use a function in two ways:
Either I declare
<jsp:useBean id="myBean" scope="session"
class="mypack.mysubpack.MyClass" />
or I declare
<%@ page import = "mypack.mysubpack.MyClass" %>
In each case I can call a function later by coding
MyClass.myFunction();
So what is the difference between the two variantes?
Why are Beans invented if we don't need them because we
have the import statement ?
please guide me its an humble request to you reader if u
know n i'll be thankful to you...........
17
sample program for reading mails from inbox with file
attacchments in servlet
173
Hi,
I've applied for HPCL(Information System Officer)& UIIC
(A).Plz send me previous/sample papers and any suggestions
regarding this exam.Please advice me good study material or
related links.
Thanks in advance
shyam
shyamprasad71@gmail.com
60
hpcl information systems officer 2008 Question Papers or
any last previous questions papers
thanks in advance
shyamprasad71@gmail.com
shyamprasad71@gmail.com
What is the advantage of using getProperty action, as
compared to the accessor method?
219
When i am useing useBean tag of JSP in weblogic server It
show compiletion error..Like
bad class file:
C:\bea\user_projects\domains\Mahesh\applications\UseBean\WEB-INF\classes\user\UserData.class
class file has wrong version 49.0, should be 48.0
Please remove or make sure it appears in the correct
subdirectory of the classpath.
user.UserData user1 = null; //[ /SaveName.jsp; Line: 4]