Results 1 to 8 of 8
Thread: Hello all :)
- 07-12-2008, 05:57 PM #1
Member
- Join Date
- Jul 2008
- Posts
- 33
- Rep Power
- 0
- 07-12-2008, 06:51 PM #2
where's fishtoprecords
Introduction to Programming Using Java.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
- 07-13-2008, 05:17 PM #3
Hi,
Welcome to our forum... :)
Hope to see you around....To finish sooner, take your own time....
Nivedithaaaa
- 07-13-2008, 05:52 PM #4
Member
- Join Date
- Jul 2008
- Posts
- 33
- Rep Power
- 0
Thanks, all. Hope to contribute here as well :)
:DMy community with sourcode and examples :D
Java remote image server/client working proof of concept: uitstekendeaccu.nl/tmp/
- 07-13-2008, 07:44 PM #5
hope to contribute
Show how the usual double-check lock trick of a private constructor and the only private variable is a static instance of the helper class, which in turn calls the private constructor can be defeated as a design paradigm by legacy code buried in the compiler. In the problem, dameon thread doing caching raises an IllegalAccessException.
Error message:
Java Code:// This is a standard stack trace in Java, with some // editing due to the fact that it is someone else's code java.lang.IllegalAccessException: Object can not access a member of class ( someone else's code ) with modifiers "private" at sun.reflect.Reflection.ensureMemberAccess(Reflection.java:65) at java.lang.Class.newInstance0(Class.java:349)
My answer: The "Double-Checked Locking is Broken" Declaration
See: An Introduction to Real-Time Java Technology: Part 1, The Real-Time Specification for Java (JSR 1) to get an overview of the engineering needed.
The problem likely involves some techniques in Reflection that should be retired to legacy code as insufficient for today's parallel computing paradigm or over-eager optimization by the compiler.Last edited by Nicholas Jordan; 07-13-2008 at 07:47 PM.
Introduction to Programming Using Java.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
- 07-14-2008, 06:50 AM #6
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,370
- Blog Entries
- 1
- Rep Power
- 23
- 07-16-2008, 03:00 AM #7
Nick, please refrain from this type of behavior in the introductions. I know it was probably meant in good faith, but such posts are meant for elsewhere. :)
Thanks pal.
Engineeringserver:
Welcome!
See you around!Vote for the new slogan to our beloved Java Forums! (closes on September 4, 2008)
Want to voice your opinion on your IDE/Editor of choice? Vote now!
Got a little Capt'n in you? (drink responsibly)
- 07-16-2008, 05:19 PM #8
ok
I understand your admonition. Poster is an engineer, special case. I accept your directions.
Introduction to Programming Using Java.
Cybercartography: A new theoretical construct proposed by D.R. Fraser Taylor
Bookmarks