there are two ways of defining strings: (1) String abc =""; (2) String abc = new String (); In this way , it sets the memory space for the abc . U can't...
Thanks for the message. I have tried that (see below) setting CLASSPATH variable in the System control panel. The classpath looks fine from java.... :-( ... ...
Where does MS Windows store a user's private key? What is microsoft's private key store? Is it accessible thru java? § #345; #297; #358; #295; å #341; ä...
try to search for javax.mail. i did, it works :) http://www.google.com.tr/search?hl=tr&q=javax.mail&meta= chandan143us <chandan143us@...> wrote: hi guys....
Hi all members, My name is Sudharsan from India. I am new to this group, eager to know about java technologies. I have a doubt in java. Is there any way to...
hi friends ,i am a student i implemented a messenger in java from scratch when i started that project i don't know that it has very low value project and also...
refer to Sun Java documentation. Will display packages on the left side. ... to know about java technologies. ... classes available in a package and what are...
if you are asking about available java classes/packages refere to sun's java api. ... __________________________________________________ Do You Yahoo!? Tired...
Hi Vani, You can create a ODBC connection for Excel file & u can use JDBC-ODBC bridge as it is, but u can't insert / delete rows ( u can only read from a excel...
Its (Java APIs) nothing but javadoc. U'll get for Sun's site. Lavanya <lavanya_gr@...> wrote:if you are asking about available java classes/packages...
string is one where we can input the value and that value is final we canot change the values its permanant but in string buffer we can change the input values...
hey lavanya, if visited the site http://java.sun.com/j2se/1.4.2/docs/api/ as u said its too informative and useful.. but how to download that to my harddisk......
Hi Friends, Can anybody help out me learning javax.com api. Where to find the source and all. I have searched the net but failed to get some tutorial on that....
... say you have initialized String s = ""; .. you can increase the size of s by concatenation... s += "abc" is a valid instruction... .. actually for this...
Dear Balaji, String in Java is immutable (changeless) so when ever u r appending or inserting some value, Java automatically creates new String object &...
Can you please tell us so far how have u tried to save the calls... and in wat formats Anurag Chris Cottrell <ctcottrell@...> wrote: Hi, I'm not familiar...
Hi Kavya, I took this following info from Java API doc, hope it will help u.. Differences i found is the source & method by which is used to load the class, ...
... I know that you are in a position at which you don't deserve such a replies. But as a matter of fact, projects don't have any value, its the experience...
Try IBM website for RedBooks. They are excellent and very helpful. ... application server?.How do I have to configure wsad with websphere application server....
... Those are two different types one is ClassNotFoundException and another one is NoClassDefFoundError. As you might expect NoClassDefFoundError is an error,...
... Right. And this is because String and StringBuffer are both implemented as char array internally. StringBuffer allocates more memory than required, and...
NoClassDefFound Exception is thrown at runtime when you try to execute, say "java Blah" but Blah.class does not exist in that directory. the java VM does not...
... Nice. ... Well, as other's said you can look at that java API. Alternatively, I suggest you to get some good IDE like NetBeans(www.netbeans.org) OR...
I agree with Chris and Anurag , that a genuine attempt has to be made before asking a question. ... guys.. ... resolution before firing a query in a group is...
Hi Anurag, Check whether the following site is of any use to you www.saltforum.org www.saltforum.org/devforum/spec/SALT.1.0.a.asp SESHA ... calls... and in wat...
This is not any expert advice or anything, but please take a look at Java 5's StringBuilder as well. It's a bit related, a new version of StringTokenizer or ...