is this correct use of synchronized?1624 (4/16/2006 11:50:52 AM) comp.lang.java.programmer midp 2.0 Java SE 5.0 J2ME version 2.2 Is this correct use of synchronized? NB: methods like startApp are needed to get the code below to work, I know that.... public class Test extends MIDlet implements Runn... it_consultant1(58)
Overwrite Default Constructor ?2616 (4/17/2006 5:09:56 PM) comp.lang.java.programmer hi all, this may be a silly question, but is there actually any way to _overwrite_ a constructor of a superclass in Java? I have the following inheritance structure: "ProfileAdmin" inherits from "ProfileSea... philipp.leitner(54)
Getting the class from a type parameter140 (4/18/2006 5:22:36 PM) comp.lang.java.programmer If I have a Class parameter, I can get the type of the parameter and use it. void method(Class clazz) { Map t = new HashMap(); } Is there any way to do the reverse, i.e. with a type variable, is th... cherukan(5)
Weird about signed applets ...121 (4/24/2006 1:39:47 PM) comp.lang.java.programmer Hi there, I have a very weird behavior of a signed applet : 1) I have made an applet that accesses the local file systems 2) I put all that code into a specific method (say blah()) 3) I have designed a very ... philippe.malka(11)
Unable to bind class to RMI registry330 (4/24/2006 4:07:46 PM) comp.lang.java.programmer I'm not sure I understand the exceptions being thrown here. I need a connection between two servers and I chose to use RMI. Whenever I try to run the code that starts the "RMI Server" I am getting an exceptio... robincurts
easy question #2915 (5/16/2006 5:44:07 PM) comp.lang.java.programmer how can I create a program that prompts a user to enter a number into a textfield and when they click a button they create that many more textfields? ... jrees999(2)
Help : Breaking the string510 (5/25/2006 6:12:50 AM) comp.lang.java.programmer Hi, Can anyone help in breaking a lengthy string.. The scenario is.. 1. It should break by 15 char using "-" at the 15th char. 2. Whenever it encounters URL, it should break without "-" 3. While breaking it sho... pradeep.ramkrish(7)