Search the web
Sign In
New User? Sign Up
advanced-java · Advanced Java
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 15178 - 15230 of 59740   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15178
... I'm not too sure about the merits of allowing protected level access in an interface, but I would certainly like package level access for a package level...
Mark Thornton
mThornton@...
Send Email
Jun 1, 1998
8:40 am
15180
subscribe advanced-java Unsubscription, archives, FAQ - http://www.xcf.berkeley.edu/lists.html...
Gordon & Breach Proje...
Jun 1, 1998
9:36 am
15182
hey all, I've got a (netscape) certificate from verisign which i previously used to sign my applet. All worked fine until I changed my version of netscape to ...
Shah
shah@...
Send Email
Jun 1, 1998
10:15 am
15184
Hi Everybody, When i create a socket with port number as '77777' it works fine in JDK1.02 but raises exception in JRE 1.1.5.(IllegalArgumentException) while...
Jawahar Antao
jawsie@...
Send Email
Jun 1, 1998
11:26 am
15186
Hello, How do i get certificate for signed applets ? I tried security options of NN but its says server doesn't have DNS entry. TIA, Sandy. Unsubscription,...
Gordon & Breach Proje...
Jun 1, 1998
11:29 am
15188
Hello, Does any body know from where can i download latest version of the above or atleast which uses JDK 1.1 and above. TIA, Sandy. ... Gordon and Breach...
Gordon & Breach Proje...
Jun 1, 1998
11:34 am
15190
Hi, This is my first post to this group, so forgive me if I break etiquette... We have a piece of development code that is acting as a server. When it receives...
Andrew Cooke
andrew@...
Send Email
Jun 1, 1998
11:52 am
15192
Hi, My signed applet seems to be working fine in NN4.04 but NN4.05 fails to recognise the applet as being signed, is this a bug with NN4.05 ? thanks. Shah. ...
Shah
shah@...
Send Email
Jun 1, 1998
12:11 pm
15194
Sorry for the mis-leading subject in my previous email. :-) Shah. ... Unsubscription, archives, FAQ - http://www.xcf.berkeley.edu/lists.html...
Shah
shah@...
Send Email
Jun 1, 1998
12:14 pm
15196
... One solution for this may be defining the fields as private. this way no other external calls on the references may be made, and the compiler knows its...
Avishay Ayalon
avishay@...
Send Email
Jun 1, 1998
12:17 pm
15198
Andrew, Your code snippit is not sufficient to describe the problem. It sounds like you have a bug, possibly due to a race condition, elsewhere. You could also...
Jack Harich
happyjac@...
Send Email
Jun 1, 1998
12:21 pm
15200
... Port number is a 16 bit quantity. Any value larger than 65535 should raise an exception. Not getting an exception for 77777 in 1.02 was a bug. ... Mark...
Mark Grand
mgrand@...
Send Email
Jun 1, 1998
12:27 pm
15202
Hi. I'm developing a client/server app in Java, where the server keeps track of all the clients that are running. I hope eventually to run this as a process...
K.M.James
K.M.James@...
Send Email
Jun 1, 1998
12:45 pm
15204
If you put the code into a finalize() method of a class that has just one instance created per process, and that instance has a lifetime that is the same as...
Mitch Gart
mg@...
Send Email
Jun 1, 1998
12:56 pm
15206
I'm working on a Bean that is an Applet and I want to give it a working clone() method. But it seems that you can't easily clone a Component because of its...
David Byrden
David@...
Send Email
Jun 1, 1998
1:10 pm
15207
I'm working on a Bean that is an Applet and I want to give it a working clone() method. But it seems that you can't easily clone a Component because of its...
David Byrden
David@...
Send Email
Jun 1, 1998
1:11 pm
15208
I'm working on a Bean that is an Applet and I want to give it a working clone() method. But it seems that you can't easily clone a Component because of its...
David Byrden
David@...
Send Email
Jun 1, 1998
1:23 pm
15209
I'm working on a Bean that is an Applet and I want to give it a working clone() method. But it seems that you can't easily clone a Component because of its...
David Byrden
David@...
Send Email
Jun 1, 1998
1:24 pm
15210
... all ... down ... from ... If you define a SecurityManager, it will be notified with a checkExit(int) when your code tries to do a System.exit(int). In the...
galarneau@...
Send Email
Jun 1, 1998
1:39 pm
15212
Hi all, My app has a JFrame, which in turn has lots of Components on it (JMenuBar, JToolBar, JSplitPane, JPanel, JList, etc.....). Is it possible to have a ...
Parabola
parabola@...
Send Email
Jun 1, 1998
3:33 pm
15214
Hi, I'm trying to use the HotJava browser bean in my application.. All our http connections have to go through a proxy that authenticates the users before ...
Rama K. Taraniganty
rama_taraniganty@...
Send Email
Jun 1, 1998
4:18 pm
15216
... Prevention is best. Either have enough memory (-mx) or use the System methods to see if memory is OK before launching on new activity. If it is the case...
Robert Hagmann
hagmann@...
Send Email
Jun 1, 1998
4:35 pm
15218
On Mon, 01 Jun 1998 08:53:41 -0400 Mitch Gart ... I can't get this to work! It works fine if the program itself decides it wants to exit, but not if some...
K.M.James
K.M.James@...
Send Email
Jun 1, 1998
5:01 pm
15220
OK, forget it, I just looked in the Component source code and obviously it will break if it is cloned. David Unsubscription, archives, FAQ -...
David Byrden
David@...
Send Email
Jun 1, 1998
5:05 pm
15221
OK, forget it, I just looked in the Component source code and obviously it will break if it is cloned. David Unsubscription, archives, FAQ -...
David Byrden
David@...
Send Email
Jun 1, 1998
5:06 pm
15222
... Yes. In fact, I've been using an abstraction of an "Application" that fires only two kinds of events: shut-down and low-on-memory. Listeners for...
Dan Jacobs
djacobs@...
Send Email
Jun 1, 1998
6:04 pm
15224
... Sadly, that is correct. Please send an enhancement request to Sun to add your voice to the others who miss that feature. ... Mark Grand...
Mark Grand
mgrand@...
Send Email
Jun 1, 1998
6:40 pm
15226
Folks, I'm looking for a few good resources on improving the performance of Java applications and applets. Whitepapers, magazine articles, etc. would be ...
Dave Spitz
Dave_Spitz@...
Send Email
Jun 1, 1998
9:50 pm
15228
Has anyone deployed signed-applets which invoke native methods under the Java Plug-In? Here is the scenario... My javakey-signed applet needs some proprietary...
Govind Seshadri
gseshadri@...
Send Email
Jun 1, 1998
10:20 pm
15230
Hi, I need to know what the performance issues are for using an instanceof operator vs catching class cast exception. Also speed issues of using exceptions in...
DRM Daniel R. Munk
DRM@...
Send Email
Jun 1, 1998
10:25 pm
Messages 15178 - 15230 of 59740   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2007 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help