|
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,634
|
8,635
|
24,403
|
|
Post:
|
7,595
|
24,090
|
67,831
|
|
|
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:
How to find the Subnet Mask...
Published (2009-11-20 21:40:00)
karthikkumar wrote: thanks for your reply java.net.NetworkInterface.getNetworkInterfaces() .. .getInterfaceAddresses() ... .getNetworkPrefixLength() from this we can get the only which class, Class A or Class B or Class C. Why would you think that? i need exact subnet mask address. What possibilities do you think exist for subnet masks?
user's latest post:
Garbage Collection not releasing...
Published (2009-11-20 08:37:00)
jverd wrote: punter wrote: I have blowed my sarcasm meter Did he at least buy you dinner first? Yeh, always get the dinner first. I'm not falling for that trick again.
user's latest post:
need ideas for class list
Published (2009-11-20 20:03:00)
What's launching the application? Your code or other developers' code? If it's completely your code, you probably want a plugin architecture. Frameworks already exist. If execution starts with the other developers' code, just have a globally accessible way of registering operations: public class OperationsManager { Set<Class<? extends MathOperation> opSet; public static <T extends...
user's latest post:
Problems With Getting Applet To...
Published (2009-11-20 18:40:00)
haroldclements wrote: ..Any help on this one will be gratefully received... I did not bother looking at the object element for a very good reason. Sun now offers deployJava.js (<- link) for writing the applet(/object/embed) element. I would recommend you try using that instead.
user's latest post:
Random number program
Published (2009-11-20 16:32:00)
Merely saying 'something is wrong' is a complete waste of time: (a) does it compile? (b) does it execute? (c) does it throw an exception? if so, what? with what stack trace? at what line of code? (d) does it produce output? if so, what? (e) what output were you expecting?
user's latest post:
can static fields been...
Published (2009-11-20 09:17:00)
Hmm. the reason I chipped in was that he wasn't (in my interpretation) asking "are static variables a cache" so much as "I'm cacheing data with static variables - is that sensible" and the replies he was getting implied "no" when in fact the answer is "yes, that's fine." ...there was the blatant bogus assumption "static variables never change" that went with that code snippet....
user's latest post:
java.security.NoSuchAlgorithmExc...
Published (2009-11-20 20:37:00)
ghstark wrote: This link may provide a clue: http://www.bouncycastle.org/docs/docs1.6/org/bouncycastle/crypto/engines/IDEAEngine.html . :-) Nice one Greg. I learn something new every day.
user's latest post:
reg IOException
Published (2009-11-20 12:36:00)
I don't know if this is related or not, but there's a maximum length of data that you can input in one line in the (windows) shell.
user's latest post:
Class tutorial6.Poly2 does not...
Published (2009-11-19 20:42:00)
For crying out loud. Did you read any of the replies? The Main class has the main method and not the Poly2 class.
user's latest post:
Programming Question
Published (2009-11-20 07:53:00)
Java_Programmer_Is_here wrote: pls *EXPLAIN ME THE LOGIC* Have you got enough bricks to make the length and enough short bricks to fill in the space left after you've laid your long bricks. and pls don't shout!!! Winston
|
|
|
Top 10 active forums on Sun Forums during last week:
|
|
Top 10 forums on Sun Forums:
Java Programming
- 48,542 posts
|
New To Java
- 36,321 posts
|
Swing
- 22,273 posts
|
JavaServer Faces
- 9,920 posts
|
Java Database Connectivity (JDBC)
- 9,051 posts
|
JavaServer Pages (JSP) and JSTL
- 8,682 posts
|
Networking
- 7,250 posts
|
GlassFish Forum
- 6,541 posts
|
General Solaris 10 Discussion
- 5,538 posts
|
Java Media Framework
- 5,523 posts
|
|
|
|
|
Latest active threads on Sun Forums:
Started 2 days, 11 hours ago (2009-11-20 00:58:00)
by DarrylBurke
Note : This thread was originally posted in the Swing forum, but moved to this forum for closer topic alignment.
Started 1 day, 15 hours ago (2009-11-20 20:37:00)
by camickr
Welcome to the forum.
Don't forget to use the Code Formatting Tags so the posted code retains its original formatting. That is done by selecting the code and then clicking on the "Code" button above the question input area.
//panel.setLayout(null);
If you don't want to use a LayoutManager, then you are responsible for implementing the functionality of the layout manager (...
Started 1 day, 15 hours ago (2009-11-20 21:12:00)
by jverd
Started 1 day, 15 hours ago (2009-11-20 21:08:00)
by Maxideon
The north component of a BorderLayout isn't alowed to be expanded vertically. Now granted, you don't have a center component, but I don't think that changes things.
Started 3 days ago (2009-11-19 12:13:00)
by jverd
It's really not clear what your actual question is.
What do the elements of int [][] generation2
represent? That is, what does it mean if there's a -53 at gen2[1][5] vs. if there's a 666 there?
From what you said about spots being "occupied", my guess is that it means nothing. All that really matters is filled or not. If this is the case, then a 2-state element is better ...
Started 1 day, 15 hours ago (2009-11-20 21:00:00)
by Maxideon
Are you aware that core java already has a shape api , with rectangles , lines , arcs , and much more? It also has the AffineTransform class which can linearly transform (that includes rotation and resizing) any Shape object. Text is somewhat more unique, but you can get the shape of text by using a TextLayout object.
Started 1 day, 15 hours ago (2009-11-20 20:59:00)
by Karanjit
Use header, footer, prefix, suffix attributes of <html:errors/>
http://struts.apache.org/1.2.x/userGuide/struts-ht ml.html#errors
Started 1 day, 15 hours ago (2009-11-20 20:34:00)
by jverd
CResultType cResult = a().b().c();
// is the same as
AResultType aResult = a();
BResultType bResult = aResult.b();
CResultType cResult = bResult.c();
That is, you're not calling a method on a method. You're calling a method on the RETURN VALUE of a method.
Method a() returns something. Whatever that returns has a method called b(), so we call b() on whatever was returned by a...
Started 2 days, 11 hours ago (2009-11-20 00:35:00)
by sabre150
I can find IDEA in CryptixCrypto, IAIK and FlexiCore but I can find no hint of BC provider having IDEA algorithm. Are you sure that it is available in BC?
Started 1 day, 16 hours ago (2009-11-20 20:03:00)
by endasil
What's launching the application? Your code or other developers' code?
If it's completely your code, you probably want a plugin architecture. Frameworks already exist.
If execution starts with the other developers' code, just have a globally accessible way of registering operations:
public class OperationsManager {
Set<Class<? extends MathOperation> opSet;
...
|
|
Hot threads for last week on Sun Forums:
Started 1 week, 2 days ago (2009-11-12 14:27:00)
by jverd
No idea what you're ranting about. Hope you feel better now though.
As for a "makeover", there's only so much that can be done. There's a lot of software out there running on Java that will just stop working if there's a major paradigm shift. While this software could benefit from some gradual evolution , if there's going to be a revolution , then the thing that makes the most sense--the...
Started 4 days, 4 hours ago (2009-11-18 07:26:00)
by georgemc
I think he must've eloped with BDLH
Started 1 week, 6 days ago (2009-11-09 01:15:00)
by ejp
new File(entry.getName()).mkdirs()
Started 3 days ago (2009-11-19 12:13:00)
by jverd
It's really not clear what your actual question is.
What do the elements of int [][] generation2
represent? That is, what does it mean if there's a -53 at gen2[1][5] vs. if there's a 666 there?
From what you said about spots being "occupied", my guess is that it means nothing. All that really matters is filled or not. If this is the case, then a 2-state element is better ...
Started 5 days, 3 hours ago (2009-11-17 09:16:00)
by morgalr
If you keep in mind that all Strings are immutable, you can never "recycle" them (Each will add to your GC as they go out of reference by new Strings are assigned to their variables.), you may want to change your parameters and other variables in your application to be something that are String like, but not a String: like using StringBuffer or StringBuilder classes when and were possible....
Started 1 week, 2 days ago (2009-11-13 05:14:00)
by dcminter
Here's one I banged my shins on the other day. Comparator may change Set semantics:
import java.util.*;
public class CompSet {
public static void main(String[] args) {
Set<String> set = new TreeSet<String>( new Oops());
set.add( "Hello" );
set.add( " World" );
System.out.println(set);
}
public static class...
Started 5 days, 16 hours ago (2009-11-16 19:42:00)
by RicardoCrespo
Well from the way I see it, it's like this:
a. you know how you have these as global variables:
private String name;
private int score;
the instructions say to add one more, which is a private variable of double type named currentGPA so just put it right there with the other 2 variables.
b. this one says to make "a constructor that initializes both "currentGPA" to "0.0" and "...
Started 4 days, 9 hours ago (2009-11-18 02:58:00)
by rukbat
In thread
http://forums.sun.com/thread.jspa?threadID=5361300
Reply #3 is an older spam link post that was overlooked.
The entire thread seems to be attracting flyspeck "Me Too" posts.
Next,
http://forums.sun.com/thread.jspa?threadID=5106371
seems to be a Zombie thread. It was posted to the Storage Hardware thread but the O.P.'s errors point to a misconfigured system, ...
Started 1 week, 6 days 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 6 days, 5 hours ago (2009-11-16 07:08:00)
by morgalr
Yes.
Do it like you do any other GUI, make input fields and an action button to go on to the next state of your app.
|
|