this article illustrates a method of using a bean in a jsp page. to use a bean in a jsp page, three attributes must be supplied – an id, which provides a local name for the bean, the bean’s class name, which is used to instantiate the bean if it does not exit, and a scope, which specifies the lifetime of the bean. there are four scopes available – page, request, session, .. .. ..
obtain middle date in java for given start date and end date
inorder to get exact middle date of given start date and end date, normal conditions includes a bit complex programming, but here is simple solution to get middle date of given start date and end date in java. by using the below small function you will be returned with the middle date between given start date and end date in java . here is the function : public .. .. ..
How to Make Dynamic Download Here Link
many times, we will come across some situations seeing download here links on so many websites, will they place actual file in the download here link ?? answer is no. then how to acheive this through programmatically, this tutorial will guide you how you can develope your own dynamic download here links, with out giving out access to the actual file name. lets get into .. .. ..
