arun krishnamurthy

Greenhorn
+ Follow
since Aug 30, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by arun krishnamurthy

Hi Eric,
Use the below code

<jsp:useBean id='name' class='/classname' scaope='page'/>
<%name.method();%>
17 years ago
JSP
Thanks Cameron
17 years ago
How to create plugin.
For example if i want to store some data into Context Opject before any request comes,ie during servlet instantiataion, how can we do that?
17 years ago
I hava question how to make an application into .war.
Will you please help me in this issue.
17 years ago
posted September 05, 2006 04:00 PM
--------------------------------------------------------------------------------
Hi Kalaivanan,

Can you please send me your study notes to hai2arun@gmail.com I am preparing for SCWCD,SCJP myself. Thanks.
--------------------



Arun
In my point of view, the differences between Paramter and Attribute are:
Take example of context object
1.Parameter are going to set in web.xml.The value of this parameter are constant.You have to redeploy the in order to change the value of the Parameter
2. Attributes can set and get.And also it can change the value.
17 years ago