Hi, I have a chat applet which talks over http to a servlet. Now what happens is that when a connection is established, the code stops at readObject() to...
Balaji Srinivasan
balaji@...
Oct 1, 1999 7:17 am
45013
You can't. Wanting to is a sign that your inheritance hierarchy needs redesigning. ... -- The above are my own views, not the views of HP Tom Gardner,...
Tom Gardner
tgg@...
Oct 1, 1999 8:08 am
45014
David, Well there are 2 actions that should occur (if I understand your problem correctly) : 1. The table should be notified that you want to start editing...
cvandeso@...
Oct 1, 1999 8:15 am
45015
... First off, you have to have the file TP.java in the directory C:\whatever appended by directory k1. Note that whatever has to be either specified at the...
Bala Paranj
bparanj@...
Oct 1, 1999 8:21 am
45016
Thank you Sunil. This question was originally posted in Java mailing list, now it is escalated to advanced Java , since Tiger responded to it saying that...
Bala Paranj
bparanj@...
Oct 1, 1999 8:36 am
45017
... Isn't it just a naming issue? You have A::foo() and B::foo() (using "foo" in both cases), which suggests that, as B subclasses A, you want to modify the...
Nick Rothwell
NRothwell@...
Oct 1, 1999 8:42 am
45018
Here's something different... i want to dynamically load a class with an overridden method. for example: public class A { public String toString() { return "in...
Andrew Millin
AndrewM@...
Oct 1, 1999 9:30 am
45019
hi all , I plan to make search kind of application in java which search all the files for the string specified.... does anybody have any suggestion for doin...
Sonal Patni (CTS)
PSonal@...
Oct 1, 1999 9:37 am
45020
I have something like package com.Foo.Blah; /** Javadoc comment. */ class C { ... doSomething(new AbsClassName() { ... }); } (i.e. with an anonymous inner...
Nick Rothwell
NRothwell@...
Oct 1, 1999 9:48 am
45021
Hi All, Do you have any idea if you can protect your class from decompilers? Any help would be appreciated. Thanks, Swami. ... To unsubscribe, mail...
Swaminathan_Radhakris...
swaminathan_radhakris...
Oct 1, 1999 10:49 am
45022
JBuilder provides an option that seals your code and protect your code from re-engineering. But I don't know how good this works Mario ... To unsubscribe, mail...
Mario Grabner
mario.grabner@...
Oct 1, 1999 10:57 am
45023
hiya Swami, zelix klassmaster (www.zelix.com) is excellent! adam adam@... ... From: Swaminathan_Radhakrishnan <swaminathan_radhakrishnan@...> ...
adam
adam@...
Oct 1, 1999 11:02 am
45024
If you do this and you care about running on both Sun and Microsoft JVMs, you should be sure to test it both places. Microsoft uses a different naming...
Mitch Gart
mgart@...
Oct 1, 1999 12:44 pm
45025
... Of course they do. They're Microsoft and (almost by definition) non-standard. I'm not sure I'd want to even think about maintaining Java portability within...
Nick Rothwell
NRothwell@...
Oct 1, 1999 12:48 pm
45026
IMHO, JBuilder's obfuscator is not good. It just exchanges variables and attribute names (or I don't know how to use it well). There are many comercial...
=?iso-8859-1?Q?Rodrig...
Oct 1, 1999 12:56 pm
45027
DashO pro, http://www.preemptive.com/products.html, is a good obfuscator and also it compresses .jar files by removing unused classes and methods. Obfuscation...
Mitch Gart
mgart@...
Oct 1, 1999 1:00 pm
45028
You can also try using JAX from IBM Alphaworks for removing any unused classes. Prasanna. ... To unsubscribe, mail advanced-java-unsubscribe@... ...
VijayaBalaji Prasanna
prasanna@...
Oct 1, 1999 2:22 pm
45029
... Or, for a more introductory but very good and thorough discussion of threads (it will cover everything that 95% of us will ever need to know), check out ...
Carreira, Jason
Jason.Carreira@...
Oct 1, 1999 2:28 pm
45030
... Agreed. I given out my copy of this book to co-workers, since the Lea book is often a bit 'heavy' for them to use. Also highly recommended as well, sorry...
Nate Williams
nate@...
Oct 1, 1999 3:03 pm
45031
Hi Nick, Javadoc is broken for inner classes period prior to 1.2. I have no idea if even 1.2 works for anonymous inner classes -- what would it call it?. For...
Joe Sam Shirah
jshirah@...
Oct 1, 1999 4:51 pm
45032
I believe Lea book will be published again in a month or 2, so those of us who do not have it may want to wait a little before buying it. Here is Amazon.com...
Shun, Vadim
VShun@...
Oct 1, 1999 8:33 pm
45033
And you've never done the same? I seem to remember a few messages of the same sort with your name attached at the bottom, too, dude..... Ted Neward ...
Ted Neward
ted@...
Oct 1, 1999 8:57 pm
45034
"Expensive" in what regard? There's *no* run-time hit involved here in either, since all methods in Java are virtual, anyway, and the compile-time hit is...
Ted Neward
ted@...
Oct 1, 1999 9:03 pm
45035
I think we're witnessing a RECRUITER competion thing here, which is way off-topic. But, at least the "Conrad Dude" had a subject on his message that didn't...
Chris Murphy
cmurphy@...
Oct 1, 1999 9:10 pm
45036
hi, anyone knows how many simulltaneous statements a jdbc connection can have? i'm using oracle thin. is it restricted to only one? thanks. ... To unsubscribe,...
jguich
jguich@...
Oct 1, 1999 9:16 pm
45037
Hi! First of all thanks a lot for all the help I have got so far from all of you so far. I am trying to invoke a method called "abrir" that is static and...
Jose Gengler
osito@...
Oct 1, 1999 9:31 pm
45038
Lets say I have the following method: public Object[] merge( Object[] a, Object[] b ); I then need to create the following method, and would like to re-use the...
John Ragan
jragan@...
Oct 1, 1999 9:50 pm
45039
Hi David, ... The code works the same for plug-in's whether it is for a Unix box or for a NT box. The plug-in gets loaded correctly and my applet comes up...
David Wathen
wathen@...
Oct 1, 1999 9:56 pm
45040
faint! who are you? search http://www.deja.com there are several MLs for JavaScripts. or try: http://www.altavista.com http://www.stars.com or...
Reece yuxi sun
sunyuxi@...
Oct 1, 1999 10:12 pm
45041
... access ... This is what they call "encapsulation" and it is considered a good and important part of OOP. To be specific: your superclass has a "contract" -...