|
More site info...
Sun Forums - www.sun.com | Site profile
|
|
Site profile page for http://www.sun.com.
This report page has aggregated and summarized the online discussions from the Message Board located at http://www.sun.com.
This site profile page outlines general site statistics such as: Users Activity, Site Activity, Site Rank, and Top Authors, which are reported in either a table or graph below for a given reporting time period.
Additional site profile information for http://www.sun.com is also shown in the following divisions:
1) Top 10 Active Forums during Last Week
2) Top 10 Site Forums
3) Latest Active Threads
4) Hot Threads for Last Week
Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a site's popularity and/or exact posting volumes at any given reporting period.
|
|
|
|
|
Posting activity table on Sun Forums:
|
|
Week
|
Month
|
3 Months
|
|
Threads:
|
2,612
|
8,529
|
24,101
|
|
Post:
|
6,527
|
23,333
|
66,083
|
|
|
Authority Badge:
|
|
|
BoardReader Authority Badge code for Sun Forums (http://www.sun.com)
|
|
Put this code anywhere on your forum page:
|
|
|
|
|
|
|
|
Rating - The position measured by activity among all forum sites tracked by BoardReader.
If rating is 10 there are 9 forum sites which have higher activity.
Posts - Number of posts on forum site during last 7 days.
Threads - Number of threads on forum site active during last 7 days.
Authors - Number of authors which contributed to the site within last 7 days.
|
|
|
|
|
Sun Forums posting activity graph:
|
|
http://www.sun.com Alexa graph:
|
Top authors on Sun Forums during last week:
user's latest post:
Mixed mode, sharing ?
Published (2009-11-12 07:05:00)
The 'sharing' bit means that certain startup data (core classes, really) for the JVM is being cached on-disk, to speed up startup (it shares those resources between instances of the JVM, you see). You can turn it off using (IIRC) a -Xshare:off but I doubt it's the source of whatever this mystical error is. Speaking of which.... (this is the bit where you enlighten us)
user's latest post:
synchronized, wait, notify and a...
Published (2009-11-12 00:22:00)
Apart from all the other uncorrected bugs described above, the server probably cleared it after the receiver set it, because you're not sequentializing that part of it properly. The server should clear it first, then send the message, then wait() until it's set or a timeout happens. But what exactly is the point? In a real client/server there wouldn't be any shared variables, just messages. Arrival of the message is all...
user's latest post:
how to prevent text wrapping...
Published (2009-11-12 06:23:00)
DoraiRaj wrote: To fully express my question this much code is required, Nah, I don't think so. Just looking quickly, I very much doubt that you need to manual Graphics painting to demonstrate a line-wrapping problem. I think you're just lazy.
user's latest post:
Method Local Inner Class and...
Published (2009-11-11 23:40:00)
ejp wrote: Actually, what we would want is for changing one to change the other. Except that it's impossible and indeed meaningless once the enclosing method has exited, so we can't want that at all. Given that there's a second variable shadowing the "real" one, IF one of them changed, we'd want them both to change, since really they're supposed to be the same variable as far as our source code knows. Since...
user's latest post:
URL connection and nio
Published (2009-11-10 15:46:00)
It's going to take (say) a tenth of a second to get the data over the network. Then it might take a fraction of a millisecond to move the data into the right place for your program to get at it. You're doing work to reduce that fraction of a millisecond to a smaller fraction of a millisecond. You might be successful but nobody will notice.
user's latest post:
Reflexion and primitive cast
Published (2009-11-11 12:02:00)
BIJ001 wrote: Does autoboxing solve more problems than it creates? I would be curious about the answer to that myself.
user's latest post:
Enum comparison
Published (2009-11-12 05:44:00)
Incidentally is innleveringsTabell supposed to be declared static? Because that looks iffy given that you try to populate it from the dynamic constructor.
user's latest post:
Synchronizing Component Size,...
Published (2009-11-10 20:13:00)
I've made some progress with MigLayout but I'm still having a couple of issues and would appreciate some input. In the following example I'm having to retrieve separate components for each of the rows and add them to the layout from the ExamplePanel class rather than adding the components from within the DriverDisplayRow and then adding that DriverDisplayRow to the ExamplePanel. I don't want to do this because I'm...
user's latest post:
how to hide a JFrame while...
Published (2009-11-12 03:47:00)
You wrote I have my own JFrame component which I am showing on desktop. So, how are you "showing" the JFrame? Hint: the opposite results in "hiding" the frame db
|
|
|
Top 10 active forums on Sun Forums during last week:
|
|
Top 10 forums on Sun Forums:
Java Programming
- 46,809 posts
|
New To Java
- 34,818 posts
|
Swing
- 21,614 posts
|
JavaServer Faces
- 9,664 posts
|
Java Database Connectivity (JDBC)
- 8,878 posts
|
JavaServer Pages (JSP) and JSTL
- 8,527 posts
|
Networking
- 7,134 posts
|
GlassFish Forum
- 6,492 posts
|
General Solaris 10 Discussion
- 5,420 posts
|
Java Media Framework
- 5,396 posts
|
|
|
|
|
Latest active threads on Sun Forums:
Started 2 days, 14 hours ago (2009-11-12 04:07:00)
by dcminter
Does your array contain TaskStatus objects?
Has your array been deserialized from somewhere?
(Edited - looks like you've not over-ridden anything there).
Edited by: dcminter on 12-Nov-2009 12:07
Started 3 days ago (2009-11-11 17:33:00)
by flounder
Ahhh, the old "my code doesn't work, dump code and expect someone to fix it" trick.
Started 2 days, 11 hours ago (2009-11-12 06:57:00)
by YoungWinston
rickedwards wrote:
I'm trying to track down a weird application error that I'm getting, and other than the obvious 32/64 bit thing, the app is exactly the same
on both servers. Just wondering if this "sharing" thing might be responsible, but not being very Java-oriented, I have no answer.
A bit more info on the actual error would be useful.
Winston
Started 2 days, 14 hours ago (2009-11-12 03:59:00)
by georgemc
1, there are methods on the DeQueue interface that MyDeque doesn't implement. 2, shouldn't that Element class be static?
Started 2 days, 11 hours ago (2009-11-12 06:57:00)
by LegendMVB
i got it work when i select a categori, i got the selected categori in the other menu. But when im trying to
get a categori from a database, the selectOnemenu is showing the first categori and not the categori from the
database.
please help, thanks
Started 2 days, 11 hours ago (2009-11-12 06:45:00)
by kajbj
ricoshay wrote:
Do not use exceptions for flow control, except when your platform forces you to as in this case. It would have been broadly useful to provide a few simple "is" tests for strings, versus a couple million individuals duplicating that functionality.
Hi,
Please, don't resurrect old threads. I'm locking this one.
Kaj
Started 2 days, 12 hours ago (2009-11-12 06:19:00)
by georgemc
classboy wrote:
it gives me an error, but an exception error only during the execution of the program so the code itself seems to be correct.
That's definitely not true. If it were, that would mean that compilers caught bugs, and therefore there would be no such thing as a bug.
Here's a shot in the dark: how about telling us what the exception is
Started 5 days ago (2009-11-09 18:24:00)
by AndrewThompson64
fireportaljx wrote:
Hi, i am new to java and currently have this code and it does not seem able to retrieve information from twitters ..
Perhaps you should refer to the Twitter API documentation (<- link)..
..containing double quotations. It will cut off the remarks. Not sure how to include those comments in too. Can someone help? very urgent ..
..urgently.
..thanks
...
|
|
Hot threads for last week on Sun Forums:
Started 1 week, 1 day ago (2009-11-06 10:24:00)
by jschell
I seem to recall reading an article years ago that deemed it a " fugue state". And with some scientific (psychological) backing for it.
Certainly doesn't apply just to programming. There might be a basis (perhaps something I read as well) that this applies more to males than females.
Started 1 week, 2 days ago (2009-11-05 14:03:00)
by endasil
KrimsonEagl wrote:
public static void getEvents(Client c) {
while (c.isConnected()) {
if (c.hasEvent()) {
Event e = c.nextEvent();
// Do stuff with the event.
}
}
}
}
The problem is that when I run the program the CPU usage jumps to 100% and stays there.
I'm assuming it is to do with the while loop.
How would I go about ...
Started 4 weeks, 1 day ago (2009-10-16 05:53:00)
by sec_tk
Lets say, you have the following field:
<Field name= 'my.disable' >
<Display class= 'Checkbox' >
<Property name= 'title' value= 'Disable this user' />
</Display>
</Field>
Then you would add to the Update User Workflow the following action:
<Action application= 'com.waveset.session.WorkflowServices' >
<Condition>
<isTrue>
<ref>user.my.disable</ref>...
Started 5 days, 12 hours ago (2009-11-09 06:02:00)
by WalterLaan
Assuming the posted code is correct, neither gaussI or gaussJ actually require i or j, so you can move them and their Math.exp out of the loops. Same for the Math.exp of the free risk which is also constant.
Ah wait, gauss probably gives a random number so not the same, but you can still move the constant parameters of those out.
You could run the outer loops in parallel since you only ...
Started 2 days, 14 hours ago (2009-11-12 04:07:00)
by dcminter
Does your array contain TaskStatus objects?
Has your array been deserialized from somewhere?
(Edited - looks like you've not over-ridden anything there).
Edited by: dcminter on 12-Nov-2009 12:07
Started 5 days, 10 hours ago (2009-11-09 08:21:00)
by captfoss
Not sure what to classify this as (off-topic thread with no value whatsoever), but it should probably be deleted or locked...
http://forums.sun.com/thread.jspa?messageID=108590 40�
Started 4 days, 17 hours ago (2009-11-10 00:53:00)
by PhHein
You're asking people who don't know you. I would definitely not employ you based on the information you gave. Being certified doesn't prove that you can do the job.
Started 4 days, 14 hours ago (2009-11-10 03:58:00)
by PhHein
Hi and welcome. Post your code again with code tags http://wikis.sun.com/display/SunForums/Tips
And use the preview!
Post your code between a pair of {code} tags
That is: {code} ... your code goes here ... {code}
Started 5 days, 6 hours ago (2009-11-09 11:57:00)
by warnerja
Notice that reverseString is only set one time, outside your loop. So of course while the loop is running, it only 'remembers' the first time you set it.
Started 1 week ago (2009-11-07 16:48:00)
by jverd
You get CME when you try to modify a collection during iteration, other than through the Iterator's methods.
So.
Either don't modify it while you're iterating over it, or use the Iterator's methods to modify it.
If you're using a List, then instead of Iterator, you can use ListIterator, which has both add() and remove(). Another option, regardless of what kind of collection you're ...
|
|