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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 15747 - 15776 of 32213   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
15747
Simply replace the single quotes in the strings with pairs of single quotes. E.g. that's needs to become that''s (note that that's two single quotes, not one...
David Smart
smartware_co...
Offline Send Email
Jul 1, 2004
10:57 am
15748
there 2 way i can make up use an unsigned applet to view your files , make every file requested a jar as a resource to applet. Use Resource.get("your file ")...
ÖzgürUğur
ozgur_ugur_ce
Offline Send Email
Jul 1, 2004
4:18 pm
15749
When some runtime error is coming in my program, sometimes there are so many lines in it, that it keeps on scrolling and disappears from the top edge of...
V S Rawat
vsrawat@...
Send Email
Jul 1, 2004
4:18 pm
15750
... Then, java will become C. -- Rawat...
V S Rawat
vsrawat@...
Send Email
Jul 1, 2004
4:19 pm
15751
In order to debug my program, I am using System.out.print() to get the echo of some variable at the place of compiler errors. But, I am also using unicode...
V S Rawat
vsrawat@...
Send Email
Jul 1, 2004
4:19 pm
15752
Hi Ewin, I have not followed the thread if your post is replying to someone. Could you please jot down a few words explaingin what your code does? haven't...
V S Rawat
vsrawat@...
Send Email
Jul 1, 2004
4:19 pm
15753
Hi, How to run a program which is underlaying package accesss? Simple java ( programname ) this commmand doesn't work. Please help me. Regards Jules...
Juliana Lewis
juliana_lewis
Offline Send Email
Jul 1, 2004
4:19 pm
15754
You could use an IDE, as far as I know Sun One Studio and Eclipse are free and work to a degree (at least) thae latter, like the expensive IDE:s like JBuilder....
Jessica Fan
nickandjessi...
Offline Send Email
Jul 1, 2004
6:50 pm
15755
hi use PreparedStatement to execute your query regards Ganesan S ... query, but if the user wants to enter a single/double quote than it's not accepting. ... ...
Ganesan
usrganesh
Offline Send Email
Jul 1, 2004
6:51 pm
15756
soln 1 : redirect the output to a file java your_error_prone_program > out.txt soln 2 : install cygwin so you can do a pipe java your_error_prone_program |...
Venkat
haikvr
Offline Send Email
Jul 1, 2004
6:56 pm
15757
No - Java is C already. :-) If they did that it'd become a modern language. :-) x 10 Dave S ... From: V S Rawat To: java_official@yahoogroups.com Sent:...
David Smart
smartware_co...
Offline Send Email
Jul 2, 2004
1:27 am
15758
Hi! I just got on count that I needed to give some data to the program in the command line, something like: UDPClient 7 message and since I use JCreator and...
alejalv
Offline Send Email
Jul 2, 2004
1:51 am
15759
You could also try using Log4j for your errors and stop using System.out. It might not be what you're looking for but it's faster than command line printing...
Dustin Metzgar
nitrusrit
Offline Send Email
Jul 2, 2004
1:55 am
15760
Heh. I agree. I'd say C# is ahead of Java and Java is still struggling to catch up. You don't realize how wonderful small things like autoboxing, metadata,...
Dustin Metzgar
nitrusrit
Offline Send Email
Jul 2, 2004
6:47 am
15761
If you are using windows command prompt windows, then you can increase the buffer size (height) of the window. You can do this as follows. Bring focus to the...
Indu Singhal
singhal_indu
Offline Send Email
Jul 2, 2004
6:47 am
15762
Dear S.Vasanth Kumar, The other option of executing your query is according to the following way ---- String sQuery = "INSERT INTO Customer_Master VALUES ( " +...
amit sen
amit_sen1980
Offline Send Email
Jul 2, 2004
6:47 am
15763
hi, I am new to this group. Hi to all. Recently in an interview i was asked Why java is not 100% oops? can any one help me in this regard . thanking you. ...
satyavada chakrapani
chakrapani_qry
Offline Send Email
Jul 2, 2004
6:47 am
15764
thx ganesh, i am already using PreparedStatements becoz of this problem... i think there is no solution as of now for this problem.. isnt it??? ... From:...
S Vasanth Kumar
vasanthns
Offline Send Email
Jul 2, 2004
6:48 am
15765
This got a good run in about November last year under the subject line "is java pure oo" and popped up again in May under the subject line "Java is not OOP is...
David Smart
smartware_co...
Offline Send Email
Jul 2, 2004
7:37 am
15766
... I think the important thing to remember is that it isn't a problem. It's simply a data transformation requirement. An SQL statement uses doubled quotes...
David Smart
smartware_co...
Offline Send Email
Jul 2, 2004
7:52 am
15767
... I wouldn't recommend Kawa to anybody. It isn't maintained by anybody, and doesn't support stuff since 1.3.*. University of Queensland uses Kawa to teach...
Adam Carter
typidemon
Offline Send Email
Jul 2, 2004
8:20 am
15768
... The only thing I hate about C# (or even mildly dislike about it) is Visual Studio.NET. It always feels like a giant grey wasteland, compaired to SmallTalk...
Adam Carter
typidemon
Offline Send Email
Jul 2, 2004
8:23 am
15769
... Which is a really good way of saying please don't start a flame war :P Adam (Java is a OOP, but it isn't)...
Adam Carter
typidemon
Offline Send Email
Jul 2, 2004
8:25 am
15770
INSERT INTO LFS_Details VALUES( 101,Shan O'connel,DSO,BANGALORE ,Yes,SZ012 ) this how do i form my SQL by ur suggestion, still error only ... From: amit sen...
S Vasanth Kumar
vasanthns
Offline Send Email
Jul 2, 2004
3:23 pm
15771
Hi all, I just created 1small game, if somebody bored play this game, u will be more bored than go back to previous state. i added the java coding also.. if...
S Vasanth Kumar
vasanthns
Offline Send Email
Jul 2, 2004
3:23 pm
15772
For inserting double quotes into ur data for insertion, use prepared statement instead of statement. By assigning ur variable having quotes to ...
malay ruparel
malayruparel
Offline Send Email
Jul 2, 2004
3:23 pm
15773
Try this : if you have this code : package toppackage; import...... public class ClassA { ... public static void main(String[] args) } compile it, and run it...
timotius_pamungkas
timotius_pam...
Offline Send Email
Jul 2, 2004
3:23 pm
15774
Hi Satyavada, Here I am giving two reasons ---- 1. Java supports primitive datatypes like byte,int,char, float,double etc.. In the case of these primitive...
amit sen
amit_sen1980
Offline Send Email
Jul 2, 2004
3:23 pm
15775
Hi, I want to join a J2EE class which would consist of JSP,Servlets, J2EE patterns, EJB in Mumbai. Does anyone know some good tutor? Thanks, Rajeshwari ... Do...
Rajeshwari V
rajeshwari20021
Offline Send Email
Jul 2, 2004
3:23 pm
15776
Hi all !!! one question, how can i cast a String variable to long in java. Thanks!! Roberson [Non-text portions of this message have been removed]...
Roberson Ribeiro
rhoby_py
Offline Send Email
Jul 2, 2004
3:24 pm
Messages 15747 - 15776 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