Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Static Objects.

807603Jan 18 2008 — edited Jan 18 2008
If an object were static, would its non-static members act like static? What kind of problems would happen if two threads try to use this object to call one of its non-static functions? Would any member of this object (either static or non-static) be part of a critical section?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 15 2008
Added on Jan 18 2008
10 comments
182 views