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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 14597 - 14628 of 32213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
14597
... I have a theory (which I am sure someone here will hate :P), but inside every great C programmer is a OO programmer waiting to jump out. Serriously, there...
Adam Carter
typidemon
Offline Send Email
Apr 1, 2004
10:44 am
14598
Hello, In Linux you can use "cron" with java and you don't have to forget CLASSPATH. Ciao ... ___________________________________________________ Yahoo!...
Paco Gomez
fcogoarmix
Offline Send Email
Apr 1, 2004
4:46 pm
14599
the problem here is though i m getting right values from databut the authentication(String username2,String password2) is always returning false value i passed...
swati joshi
joshi_swati81
Offline Send Email
Apr 1, 2004
4:46 pm
14600
Hi, you haven't mentioned the database that you are using so I can only guess. Some databases fill up the empty space with spaces. Say you have defined the ...
Andreas Mecky
andreasmecky
Offline Send Email
Apr 1, 2004
5:32 pm
14601
Hi, you can define which page to show up in the web.xml of your application. You can define a page for 404 and for 500 and so on. wbr Andreas ... From:...
Andreas Mecky
andreasmecky
Offline Send Email
Apr 1, 2004
5:38 pm
14602
Get the New Java Desktop System - at a 50% Discount Trade in your Windows or Linux desktop, and get Java Desktop System at just $50 per desktop (U.S. pricing,...
joanmaceachern
Online Now Send Email
Apr 2, 2004
3:24 pm
14603
Why are you not using Prepared statements you could have performance improvement. cheers --Sabarish ===================================== E-Mail :...
sabarish.varma@...
srema
Offline Send Email
Apr 2, 2004
5:50 pm
14604
Hi! Hopefully this will be a simple one! Basically, when the user types in amount there will be a triangle formed as follows with x determining the width of...
J
jay_gg_kerouac
Offline Send Email
Apr 2, 2004
6:14 pm
14605
Added this to the code and it seemed to work. I know it's rubbish, but I'm happy! for (count3 = x; z <= count3; count3--) c.out.print(" ") ; z = z - 1 ;...
J
jay_gg_kerouac
Offline Send Email
Apr 2, 2004
6:34 pm
14606
Remove rs.next() before the while loop. Anyway rs.next() is there in while loop condition, it will work. Instead of checking with while loop you can do the...
Sagar Reddy
ragas32
Offline Send Email
Apr 2, 2004
6:38 pm
14608
friends i want to recognize the words wich i have typed in my editor. to provide them proper coloring and velidation i can find characters by keytyped function...
letbwithme
Offline Send Email
Apr 3, 2004
1:09 am
14609
Dear Frens, I am beginer in JAVA & during JDBC project, i got a problem, that is how to select complete column in array.. I m making Chat messenger just like...
gaurav_12_2000
Offline Send Email
Apr 4, 2004
7:04 am
14610
How can I parse an XML from String? I've used following code to parse XML file. ... DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance(); ...
pgujare
Offline
Apr 4, 2004
7:05 am
14611
just look at the Document, DocumentListener and DocumentEvent interfaces... ... From: letbwithme [mailto:letbwithme_tin@...] Sent: Saturday, April 03,...
Alp Şehiç
alp_sehic
Offline Send Email
Apr 4, 2004
7:05 am
14612
hi guys im running this code and im having trouble understanding the error the complier is giving me ...........can u please tell me how to fix it? for (int...
raindrops_w
Offline Send Email
Apr 4, 2004
7:05 am
14613
Try implementing KeyListener, when a key is pressed put the TextField through a StringTokenizer and then have a while loop that goes through the TextField...
yay_fer_punk
Offline
Apr 4, 2004
7:05 am
14614
Hey kids. I know this isnt the right space for this, but i know there are some real hardware\software gurus here who might be able to help me alot with just a...
robertguyser
Offline Send Email
Apr 4, 2004
7:05 am
14615
dear all, i how are you? i need the whole "stop words" and also is there any componenet in java that counts how many for example " dog" is in the string. i...
maryam
comp_maryam
Offline Send Email
Apr 4, 2004
7:05 am
14617
Hi: The problem is that "char" is not a class, is a primitive type, so you can't call methods on a "char" variable, if you want to convert a char into an int,...
Jean Honorio Carrillo
jhonorio@...
Send Email
Apr 4, 2004
11:18 pm
14618
Check out StringTokenizer object. that's all u need. maryam <comp_maryam@...> wrote:dear all, i how are you? i need the whole "stop words" and also is...
ÖzgürUður
ozgur_ugur_ce
Offline Send Email
Apr 4, 2004
11:18 pm
14619
Hi, if have called import java.lang.* at the begining then try int index=Character.getnumericvalue(alpha); I hope this will solve yr problem...PLz do let me...
M.Furquan Kidwai
furquankidwai
Offline Send Email
Apr 4, 2004
11:18 pm
14620
Hi, well I amnot an experienced java programmer but hopefully this solution will solve yr problem. If u have included java.lang library at the begining. then...
furquankidwai
Offline Send Email
Apr 4, 2004
11:18 pm
14621
Hi, well I amnot an experienced java programmer but hopefully this solution will solve yr problem. If u have included java.lang library at the begining. then...
M.Furquan Kidwai
furquankidwai
Offline Send Email
Apr 4, 2004
11:18 pm
14622
Hey, i have to write a method called bucketSort that accepts an array and sorts it. Does anyone know how to do this. Also if i have something like for { for { ...
Chris Carr
ccarr_01_01
Offline Send Email
Apr 4, 2004
11:18 pm
14623
... the type char has no functions, as it's a fundamental data type. What you want to do is use wrapper class's function Character.getNumericValue(alpha)...
You really dont need ...
g4ian
Offline Send Email
Apr 4, 2004
11:18 pm
14624
Hi, I am writing a simple smtp client in using both Sockets and JavaMail seperately, the problem is that I need the address of a smtp server that allows to...
Asha G
asha_waheed
Offline Send Email
Apr 4, 2004
11:18 pm
14625
Have u checked what u r getting in string u1 and p1 and the second thing is that why u r using rs.next() two times??? rs.next(); ... ... .. } Don't fetch all...
anand shrivastava
ana_shri
Offline Send Email
Apr 4, 2004
11:18 pm
14626
... What java version are you using? 1.4.2 has DocumentBuilder.parse(String uri);...
You really dont need ...
g4ian
Offline Send Email
Apr 4, 2004
11:18 pm
14627
... getNumericValue() is a method of the Character object, not the char primitive. Primitives have no methods. So your code should be int index =...
Chris Loschen
ctloschen
Online Now Send Email
Apr 4, 2004
11:18 pm
14628
hi I need to write a code for getting an XML file... and get the elements attribs and values of all elements. the program shud work for ne general file. can...
Shirodkar, Sumedh
sumedhps
Offline Send Email
Apr 4, 2004
11:19 pm
Messages 14597 - 14628 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