Search the web
Sign In
New User? Sign Up
Java_Official · Java SE . EE . ME . AJAX . Web services
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 19622 - 19651 of 32213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
19622
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...
Mohit Sharma
mohit_sharrma
Offline Send Email
May 1, 2005
10:08 am
19623
Thanks for the message. I have tried that (see below) setting CLASSPATH variable in the System control panel. The classpath looks fine from java.... :-( ... ...
stewart_tony
Offline Send Email
May 1, 2005
10:08 am
19624
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; ä...
Sritharan
srithar_4u
Offline Send Email
May 1, 2005
10:08 am
19625
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....
ÖzgürUğur
ozgur_ugur_ce
Offline Send Email
May 1, 2005
10:08 am
19626
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...
sudharsan hari
suza_suza_suza
Offline Send Email
May 1, 2005
6:36 pm
19627
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...
iwantvib
Offline Send Email
May 1, 2005
6:47 pm
19628
Do your project yourself. What does cheating do for you? ... [Non-text portions of this message have been removed]...
Chris Cottrell
chris_t_cott...
Offline Send Email
May 1, 2005
8:20 pm
19629
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...
Shopana Periasamy
shopana_p
Offline Send Email
May 2, 2005
4:29 am
19630
sudharsan I hope that this helps. http://java.sun.com/j2se/1.4.2/docs/api/ Dave...
Dave Sharpe
pmmgpgp
Offline Send Email
May 2, 2005
4:29 am
19631
if you are asking about available java classes/packages refere to sun's java api. ... __________________________________________________ Do You Yahoo!? Tired...
Lavanya
lavanya_gr
Offline Send Email
May 2, 2005
4:29 am
19632
Dear Sudharsan, You can refer Java2 SDK 1.4 API from here, http://java.sun.com/j2se/1.4.2/docs/api/ Here you have info abt all the...
Vasanth S Kumar
vasanthns
Offline Send Email
May 2, 2005
1:35 pm
19633
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...
Vasanth S Kumar
vasanthns
Offline Send Email
May 2, 2005
1:35 pm
19634
Hi All, Can anybody explain me the difference b/w ClassNotFound Exception and NoClassDefFound Exception. Thanks Kavya. ...
kavya komeru
kavya_wmu
Offline Send Email
May 2, 2005
1:35 pm
19635
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...
notestopies
Offline Send Email
May 2, 2005
1:35 pm
19636
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...
manohar madugula
manu_andhra
Offline Send Email
May 2, 2005
1:35 pm
19637
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......
bhaskara rao kancharla
itsbaci4u
Offline Send Email
May 2, 2005
1:35 pm
19638
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....
purav
gandhipurav
Offline Send Email
May 2, 2005
1:35 pm
19639
... say you have initialized String s = ""; .. you can increase the size of s by concatenation... s += "abc" is a valid instruction... .. actually for this...
dor
floydian_psy...
Offline Send Email
May 2, 2005
1:35 pm
19640
Dear Balaji, String in Java is immutable (changeless) so when ever u r appending or inserting some value, Java automatically creates new String object &...
Vasanth S Kumar
vasanthns
Offline Send Email
May 2, 2005
1:35 pm
19641
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...
Anurag Setia
richardjavac...
Offline Send Email
May 2, 2005
2:31 pm
19642
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, ...
Vasanth S Kumar
vasanthns
Offline Send Email
May 2, 2005
4:21 pm
19643
... 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...
Hariprasad Govardhanam
hariprasadgo...
Offline Send Email
May 2, 2005
4:21 pm
19644
Try IBM website for RedBooks. They are excellent and very helpful. ... application server?.How do I have to configure wsad with websphere application server....
seshavenkat19
Offline Send Email
May 2, 2005
4:21 pm
19645
... Those are two different types one is ClassNotFoundException and another one is NoClassDefFoundError. As you might expect NoClassDefFoundError is an error,...
Hariprasad Govardhanam
hariprasadgo...
Offline Send Email
May 2, 2005
4:21 pm
19646
... Right. And this is because String and StringBuffer are both implemented as char array internally. StringBuffer allocates more memory than required, and...
Hariprasad Govardhanam
hariprasadgo...
Offline Send Email
May 2, 2005
4:21 pm
19647
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...
dor
floydian_psy...
Offline Send Email
May 2, 2005
4:21 pm
19648
... 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...
Hariprasad Govardhanam
hariprasadgo...
Offline Send Email
May 2, 2005
4:21 pm
19649
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...
seshavenkat19
Offline Send Email
May 2, 2005
4:21 pm
19650
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...
seshavenkat19
Offline Send Email
May 2, 2005
4:22 pm
19651
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 ...
Jessica Fan
nickandjessi...
Offline Send Email
May 2, 2005
4:22 pm
Messages 19622 - 19651 of 32213   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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