| Thread | Last Post | Replies |
|
| Access innerclass variable | 03 May 2004 10:25 GMT | 5 |
I have the two classes ( see code). How can I access my innerclass and aNumber variable when it is not static? public class OuterClass{
|
| java in IE | 03 May 2004 07:02 GMT | 9 |
Everytime I view an applet in IE (6) it says that my browser does not support it. Of course I have the 1.4 SDK and RE installed, so I figured that would be good enough to view Java applets online. Is there something else I must do to view applets? Thanks a lot
|
| newbie: Java applets (authentication?) | 02 May 2004 20:56 GMT | 5 |
Hi, I'm working on an Java applet which contacts a server by requesting various HTML pages generated by PHP scripts. I want to make sure only my applet can access the PHP scripts rather than some malicious attacker simply putting 'http://someurl.com/script.php?var=whatever' into ...
|
| polymorphic behaviour from class constant | 02 May 2004 11:37 GMT | 1 |
I wonder if anyone can tell me the best way (or a good way) of accessing a class constant from an object, polymorpically? (I hope my terminology is correct... I'm a bit rusty!) Here is an example that illustrates what I am trying to achieve,
|
| Garbage Collection tuning help... | 02 May 2004 08:35 GMT | 1 |
Hi... I noticed some slow performance in one of my web applications so I turned on some verbose GC and this is what I see( a sample snapshot of GC output): 3352.16: [GC 3352.2: [DefNew: 94078K->1833K(94400K), 4.6300590 secs]
|
| Why no line number on junit failure? | 02 May 2004 07:46 GMT | 4 |
I'm running junit under ant. One of my test cases is failing with the following: [junit] Testcase: testClassifyRecordType(FormatParserTest): FAILED [junit] expected:<2> but was:<0>
|
| Newbie Instance Variable and Hashtable Question | 02 May 2004 07:26 GMT | 3 |
If I have a instance of a class with an instance variable "put()" in a hashtable, when the hashtable clear() method is called Does that make the instance variable(s) null to set it up for garbage collecting?
|
| Java Telnet 2.0 | 01 May 2004 09:34 GMT | 1 |
Java Telnet 2.0 The Java Telnet 2.0/JTA20 is working fine with the browser using the <applet> tag embedded in the html page. However, the applet will be disconnect automatically while the browser is reloaded, closed, or
|