Re: What's wrong with this sentence?
- From: Roedy Green <see_website@xxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 31 Oct 2007 17:49:51 GMT
On Wed, 31 Oct 2007 01:17:29 -0700, "JTL.zheng" <jtl.zheng@xxxxxxxxx>
wrote, quoted or indirectly quoted someone who said :
Hashtable<String, ItemInfo> userCart = (Hashtable)
session.getAttribute("userCart");
What happens when you cast it to a generic like this:
Hashtable<String, ItemInfo> userCart = (Hashtable)--
session.getAttribute("userCart");
Roedy Green Canadian Mind Products
The Java Glossary
http://mindprod.com
.
- Follow-Ups:
- Re: What's wrong with this sentence?
- From: Roedy Green
- Re: What's wrong with this sentence?
- From: Roedy Green
- Re: What's wrong with this sentence?
- References:
- What's wrong with this sentence?
- From: JTL.zheng
- What's wrong with this sentence?
- Prev by Date: Re: Great SWT Program
- Next by Date: Re: Great SWT Program
- Previous by thread: Re: What's wrong with this sentence?
- Next by thread: Re: What's wrong with this sentence?
- Index(es):
Relevant Pages
|
|