Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #7273
| From | Jeff Higgins <jeff@invalid.invalid> |
|---|---|
| Newsgroups | comp.lang.java.programmer |
| Subject | Re: java thread nullPointerException |
| Date | 2011-08-21 06:49 -0400 |
| Organization | A noiseless patient Spider |
| Message-ID | <j2qnl3$6ab$1@dont-email.me> (permalink) |
| References | <ea0601c8-ebe5-48aa-9dc0-ebd2d88d19b9@glegroupsg2000goo.googlegroups.com> |
On 08/21/2011 05:50 AM, Asit Dhal wrote:
> Producer(Q p) {
> this.q = q;
> new Thread(this, "Producer").start();
> }
Mind your p's and q's.
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar
java thread nullPointerException Asit Dhal <lipun4u@gmail.com> - 2011-08-21 02:50 -0700
Re: java thread nullPointerException Jeff Higgins <jeff@invalid.invalid> - 2011-08-21 06:49 -0400
Re: java thread nullPointerException Asit Dhal <lipun4u@gmail.com> - 2011-08-21 10:21 -0700
Re: java thread nullPointerException Roedy Green <see_website@mindprod.com.invalid> - 2011-08-22 07:56 -0700
csiph-web