Query

2004-02-03 Thread Minal Mishra
Hi,     I was wondering whether it would be possible to do driver level coding in java targetting J2ME CLDC systems. I was thinking of implementing a all new MAC protocol for handhelds. If someone could provide me with some tips... it would be very helpful   Minal  

Re: parsing query strings

2001-06-08 Thread Homayoun Yousefi'zadeh
ken); } } catch (NoSuchElementException nse) { return null; } return strVector; } HY -- kevin1 wrote: > > Hello all, > I have a String, which will be a query st

parsing query strings

2001-06-08 Thread kevin1
Hello all, I have a String, which will be a query string from an application. I want to parse it to get at some of the values. Is there a handy class that will do that for me? -- To UNSUBSCRIBE, email to [EMAIL

media framework query

2000-01-21 Thread Jalaluddin Riaz
hi, does JMF2.0 api from sun work on linux. it does not on my linux box but works in windoze. what is wrong. java.lang.Reflect.RemoteInvocationException occurs. pls help me. thanx. __ Get Your Private, Free Email at http://www.hotmail.com ---

Re: query

1999-11-03 Thread Joost Helberg
SABYASACHI, The derived class is more specialized than the base-class. An instance of the Base class cannot be as specialized as the derived class, so you can't call methods of the derived class. The other way around is OK however. The more specialized derived class has features available from t

query

1999-11-03 Thread SABYASACHI S GUPTA
In java explicit typecasting is allowed. Now if I have 1. Instance of Base class 2. Name of derived class Can I call a method of a derived class object through the base class instance. theComponentApp = selAppComp[i].getInstance(); //Base class instance. try{ String compName = selApp