Sign In | Register Now About Bytes | Help | Site Map
Connecting Tech Pros Worldwide

Java

Discuss Java
September 9th, 2008 msquared (Administrator)
How to Find Array Names in a Set
2 Replies | Posted by: Jazz Kyat | Last post by Peter, 11 days ago
一件垃圾QQ:361975335, 代码骗子 http://forum2.kingofcoders.com/viewthread.php?tid=412&extra=page%3D1&frombbs=1 Jazz Kyat 提到: more »
=?UTF-8?B?5Luj56CB6aqX5a2QLGh0dHA6Ly9mb3J1bTIua2luZ29mY29kZXJzLmM=?==?UTF-8?B?b20vdmlld3RocmVhZC5waHA/dGlkPTQxMiZleHRyYT1wYWdlJTNEMSZmcm9tYmI=?==?UTF-8?B?cz0xIA==?=
Post Reply? | Posted by: Peter | Last post by Peter, 11 days ago
一件垃圾QQ:361975335, 代码骗子 http://forum2.kingofcoders.com/viewthread.php?tid=412&extra=page%3D1&frombbs=1 more »
Suggestions for Encryption Algorithms and Languages?? [ I'm new at this ]
1 Reply | Posted by: Robert Blass | Last post by Dan Stromberg, 17 days ago
On Wed, 17 Sep 2008 13:22:44 -0400, Robert Blass wrote: If you want to encrypt something, then eliminate any parts that are always the same,... more »
Java and 3D
1 Reply | Posted by: Hannes De Bondt | Last post by Dan Stromberg, 17 days ago
On Tue, 09 Sep 2008 14:58:38 +0200, Hannes De Bondt wrote: You might be better off with a 3d package, but in the old days we'd simulate 3d on 2d by... more »
How to tell if the other end of socket connection is dead without polling?
2 Replies | Posted by: Nick Toop | Last post by Dan Stromberg, 17 days ago
On Wed, 27 Aug 2008 13:01:42 +0200, Robert Larsen wrote: http://www.developerweb.net/forum/showthread.php?t=2983 more »
Re: Suggestions for Encryption Algorithms and Languages?? [ I'm new at this ]
Post Reply? | Posted by: me@privacy.net | Last post by me@privacy.net, 24 days ago
Robert Blass wrote: Answer was not posted because you posted to the following... more »
Generic generics help
4 Replies | Posted by: wizard of oz | Last post by In the Middle of the Pack, 34 days ago
Does anyone think Java generics are misnamed? Suppose I have the following: LinkedList myList; LinkedList <Foo yourList; Isn't "myList" *more*... more »
Inter Process Communication, full-duplex
6 Replies | Posted by: Kasper Lindberg | Last post by Daniel Molina Wegener, 55 days ago
Ian Semmel <isemmelNOJUNK@NOJUNKrocketcomp.com.au> on Friday 18 July 2008 15:19 wrote in comp.lang.java: Really, comunications from localhost to... more »
swing skin
1 Reply | Posted by: Peter | Last post by Ian Shef, 62 days ago
Peter <cmk128@hotmail.comwrote in news:48a140ac$1@127.0.0.1: If you want us to look at your applet, how about posting one that does not try to run... more »
new eBook on multicore programming
1 Reply | Posted by: threadman | Last post by Borgyford, 65 days ago
Bah.. Cilk infomercial more »
Delaying a loop
7 Replies | Posted by: Eustace | Last post by Robert Larsen, 70 days ago
Eustace wrote: What you probably want to do is something like this (pseudo code): public class StuffDoer implements Runnable { private void... more »
Reading directly from /dev/input/event* on Linux?
1 Reply | Posted by: Heapdriver | Last post by Robert Larsen, 76 days ago
Heapdriver wrote: Java programs can open the same files as native ones. The user just needs the correct permissions. more »
JAVA/ SOA/ DOD/ CONTRACT/ IN
Post Reply? | Posted by: Tom Gugger | Last post by Tom Gugger, 79 days ago
TOM GUGGER INDEPENDENT RECRUITER tgugger@bex.net 419-537-9447 SOFTWARE ENGINEER/ JAVA/ CONTRACT/ IN Must Be US Citizen All work On Site SOA... more »
New to Java - Guidance Required
3 Replies | Posted by: Ian Semmel | Last post by Dave Miller, 81 days ago
Ian Semmel wrote: A "web" app can be deployed on networks other than the internet. You might want to look into using a framework. -- Dave... more »
Screen Capture in Java
3 Replies | Posted by: Tuy Solang | Last post by Robert Larsen, 96 days ago
Tuy Solang wrote: The Robot class has been there since Java 1.3 so it is ancient :-) more »
File Owner
1 Reply | Posted by: Mark | Last post by Brandon McCombs, 98 days ago
Mark wrote: Google Groups more »
What do Java programmers feel is missing from C#?
20 Replies | Posted by: mc | Last post by Jeremy, 108 days ago
I don't think this guy knows what he's doing. There's no possible way "c#" is that much slower. I doubt it's even slower at all. And besides,... more »
smaller memory requirements
1 Reply | Posted by: z1 | Last post by z1, 108 days ago
this is one explanation i found: The new JVM shares classes across java apps currently running, which means you have a one time cost for loading... more »
tables
2 Replies | Posted by: haig | Last post by haig, 108 days ago
wizard of oz wrote: Thanks, had be something like this :-) more »
Signed java applet
3 Replies | Posted by: Robert Larsen | Last post by Dave Miller, 108 days ago
Robert Larsen wrote: It has nothing to do with your code - it is the browser's mechanism for handling permissions. The "don't allow" is persistent... more »
BigDecimal Builder and immutability...
Post Reply? | Posted by: Tommy | Last post by Tommy, 108 days ago
Our application uses BigDecimal, and BigDecimal is immutable. Immutability is certainly a good thing, but it also means that there are a lot... more »
Reflection: setting public fields of an object from another package
Post Reply? | Posted by: Mikhail Teterin | Last post by Mikhail Teterin, 109 days ago
Hello! I have a method, that is supposed to set fields in an object passed to it. Any object -- the names of the fields are determined at run-time,... more »
Abstract Styled Document and undo
Post Reply? | Posted by: wizard of oz | Last post by wizard of oz, 109 days ago
Hi all, I'm extending an Abstract Styled Document associated with a JTextPanel to implement a syntax highlighting editor. This is all working just... more »
The meaning of clone.
Post Reply? | Posted by: Boris Tkachenko | Last post by Boris Tkachenko, 109 days ago
Hello, I was puzzled why the several guides and Java tutorials when describing the "Object clone();" method do not advice implementing clone using... more »
Inter-app Messaging
4 Replies | Posted by: Mark | Last post by Robert Larsen, 109 days ago
Avoid RMI Boris Tkachenko wrote: more »

Latest Articles: Read & Comment
  • Didn't find the answer you were looking for?
    Post Your Question
  • Top Community Contributors