| |
| |
| |
|
Page: 1 2
Comments:
<0> err <0> 9pm here <0> saturday <1> where are you at? <0> im in beijing <2> anyone may help me <2> psl <2> i am lookin for one java sample <3> plenty available on java.net. <2> hmm ok but anyone may help me correctly here, on the channel <2> i will search google now fo sure...but
<2> i am lookin up for full java sample <2> of voting POLL <2> there are 5 options(questions), u vote for one only <2> and it is writing into database on server <3> should be pretty easy. <2> and if u click see the resoults, they schuld be shown in percents ... <4> n0xious: you are not a java developer are you? <2> yeah it is not hard...but i do not know java programming <2> i am graphic/web designer <2> and macromedia flash <4> then try php or asp ... its overkill with java imho <2> now am learning java <2> yeah php and asp are more effective <2> java is maybe not so using thisdays <2> but...i am looking up for full sample <4> if you cant find it on google, we cant find it on goole <3> sourceforge.org or java.net are possibly you best chances. <4> google <2> because i don't know to program it <2> hmm m <4> brrr its freezing up here <2> pls chk this ---http://www.smmri.co.yu/code/navigate.asp?Id=38 <2> and click there where is writed poll <2> take a loan... <2> just to see what i am lookin' for <5> anyone here working with java - mysql <3> sure. <5> would u check some code for me <5> it would prob take u 2 seconds <3> not really. <3> instead try asking something specific about the code, I don't feel like bugfixing stuff for people without even knowing where or what to look for. <5> i'm using a select statement to return a value <5> from a cell <5> it's working fine, returning the right value <5> i p*** the value into a string varaible <5> i compare the string variable to a string using an if statement <5> if (test == "Available") <3> Java basics one, you don't use == to compare strings, you use test.equals() <5> :D <5> yes that would be the problem <5> thanks <6> why is the operator == overloaded if it cannot be used
<6> what is it good for anyway regarding strings <6> ? <7> aquatofana: why is it overloaded? why can't it be used? <6> <3> Java basics one, you don't use == to compare strings, you use test.equals() <6> why cant u use == to compare strings <7> aquatofana: it can be used for other things but comparing string contents. <7> == for non primitive types ALWAYS checks wether the two pointers/references points to the exact same single object, or not. <7> it is defined like that. you have to live with it. why the java creators decided to do it like that i do not know. <3> Hm, the logic behind it is pretty solid. iirc its explained in the tutorial, but it also could be an ORA book. Anyway; its basicly an issue of not being able to be positive if you're comparing the same things. <3> at least its usefull to check for a null value :) <7> if (new String("1") == new String("1")) System.out.println("identical references"); else System.out.println("not identical references"); <7> -> not identical references <3> exactly. <3> the object differs while the contents maybe equal. <6> aham <6> got it <3> hmm, and in other news; I have to say that module (plugin) development for netbeans 5 really looks very straight forward. As with the plain Java JDK (IMO): if you get a grip on the API docs you can utilize it pretty extensively. <3> just annoying that I can't seem to download their api documentation, its only available online so it seems. <8> for plug in frameworks of for plugins to netbeans <3> plugins to netbeans, so extending netbeans itself. <8> ok <9> gotta love companies that take liberties while implementing standards.. <9> especailly standards they significantly helped shape <10> sometimes the standards are limiting <9> pyroman_: they felt the need to invent yet another query language. close enough to SQL to confuse, but not close enough to make previous knowledge usefull <10> so? <10> i prefer people to break out from the constraints of standards every once in a while <9> The standard in questions define a query language already. This is not it. <10> the design by committee approach which has dominated J2EE for so long is a perfect example <9> Nor is it a matter of adding features not in the other langauge. it's a completely diffrent language, and seem to have been in there form day one. <10> it took some serious outside radical "standard breaking" people to help clean it up <9> anyway, back to trying to track down something resembeling documentation <9> ah, there.. seems we decided to use the concept of NOTHING instead of NULL in this particular lanaguage <11> I want a plugin for ecplise that will do code metrics (and perhaps code auditing). There are quite a lot of different ones available. Which one is the most commonly used opend source plugin? <5> what is the runtime tab in netBeans meant to do? <12> mmm, at a guess - functionality thats available at run time <5> what is the runtime tab in netBeans meant to do? <12> debugger maybe? no idea - i don't use netbeans <3> asterisk-dud: click it and see? <5> what is the runtime tab in netBeans meant to do? <3> oh well, time to ploink the troll. <5> what is the runtime tab in netBeans meant to do? <5> h <5> sorry <5> bout all that <13> in a struts app, with a seperate db layer, whats the best type of object to p*** what would look like a result set, that you could sort, get items by id number, etc
Return to
#java or Go to some related
logs:
#linuxhelp mjsdigital #AllNiteCafe wensu guy
#AllNiteCafe #c++ php apache suexec mismatch #MissKitten Teens pict antoni_128
|
|