Posts
 
Reputation
Joined
Last Seen
Ranked #543
Strength to Increase Rep
+8
Strength to Decrease Rep
-2
47% Quality Score
Upvotes Received
14
Posts with Upvotes
14
Upvoting Members
13
Downvotes Received
24
Posts with Downvotes
24
Downvoting Members
3
9 Commented Posts
~153.61K People Reached
Member Avatar for Duki
Member Avatar for ka-ii
Member Avatar for JamesCherrill
0
14K
Member Avatar for gayaneducation
Member Avatar for saswati_mishra

[quote=saswati_mishra;397492]Hi, [code]String query="Delete from businessprocessinfo where bpname=("request.getParameter('bpname')":P";[/code] Saswati[/quote] Have you tried this in SQL, because you are trying to access a variable within a string without catenation (spelling?).

Member Avatar for gentlemedia
0
1K
Member Avatar for k2k

have a google of "Search Engine Optimization". I don't actually know the techniques myself, but there should be plenty of tips if you dig a little.

Member Avatar for John_66
0
171
Member Avatar for Laidler

there are a lot of duplicated values (e.g. classid). perhaps making these unique between the 2 objects will help...

Member Avatar for svrdeen
0
180
Member Avatar for anga08628

[CODE]cout << table[row][column];[/CODE] Are you sure this is what you want to be doing? In regard to implementing the random integers, you can just assign them as you print that particular cell. So add something before the above code. On a minor note, why are you creating an array of …

Member Avatar for irum.nageen.3
0
11K
Member Avatar for veledrom

what browser are you using? i just tried FF3, ie7, opera & chrome and it worked in all... i assume you don't have javascript disabled too...

Member Avatar for kanoy83
0
437
Member Avatar for sillyboy

I usually listen to music while I'm browsing here, what are you listening to right now? EL-P - Fantastic Damage

Member Avatar for Helianthus
0
5K
Member Avatar for aasi007onfire

My understand in that i++ means the incrementation should be completed after the particular line of code (maybe the printf complicates things). Where ++i means to complete the statement before. So I would have thought the result should be 5, 5, 5 and then i++-- ... which is just 'i=5' …

Member Avatar for deceptikon
0
274
Member Avatar for curtissumpter

you need to find a more appropriate listener (i.e. NOT ListSelectionListener). edit: you could also try look at ListSelectionEvent, and filter out the event you don't want.

Member Avatar for DavidKroukamp
0
219
Member Avatar for Silo45

I had a look at the code and tried it out, it works for me (though I did get rid of those "..." things you have. I was using firefox.

Member Avatar for Taywin
0
2K
Member Avatar for kaleeswaranm

you can just call a javascript function from your jsp page. This will not be possible with Java objects though (to my understanding).

Member Avatar for shivnal
0
4K
Member Avatar for faizurrahman
Member Avatar for sham51
Member Avatar for conbot
0
226
Member Avatar for forumposters

What narue said applies. But I'll help you a little: isPrime(int x)

Member Avatar for yashsaxena
0
785
Member Avatar for Nickair

the "easiest" way is probably to download an IDE like eclipse since it has good support for common Java practices (e.g. autocomplete). BUT I wouldn't necessarily say it is the best way to learn Java. if you are to get the best out of it, I would recommend downloading the …

Member Avatar for Sonny101
0
153
Member Avatar for puneetkay

yep, i'd say the code snippets would be the place to put them. It's probably a good idea to give some a good description too. If you are feeling particularly motivated you could make it into a tutorial. I see the Java Tutorial section is currently empty.

Member Avatar for Dawenlomo
0
1K
Member Avatar for rajshree13

You need to supply a lot more information... e.g. what database are you connecting to? what tables exist in this database? etc...

Member Avatar for peter_budo
0
196
Member Avatar for gshockneo

you probably need to supply some more information. you say it only calls the method once, but are you sure this is the result of your onclick event? if it is infact calling it from the onclick, then each click should call it again, and maybe your output is not …

Member Avatar for bofcarbon1
0
3K
Member Avatar for bunty_kkp

Suprisingly all those questions have the same answer!!! [code] #include <stdio.h> int main() { printf("Hello World\n"); return 0; } [/code]

Member Avatar for Nick Evan
0
238
Member Avatar for al3x748769
Member Avatar for khess
Member Avatar for bebe11bebe
Member Avatar for tonis

[QUOTE=muqtada123;918047]fully agree with you as the tabbing feature is the most prominent and adorable one that i love the most, it gives me an ease to work with different work situation at a time as compared to IE. Better luck next time.[/QUOTE] IE has had tabs since version 7. I …

Member Avatar for jaikanth123
2
302
Member Avatar for Ghost

at runtime you need to specify the third party apis in your classpath, have you done that? and why did you bump such an ancient thread?

Member Avatar for stultuske
0
2K
Member Avatar for mahela007

what permission error does it give? and only on windows? from the api, copy should only have a file as its source so you shouldn't be able to copy folders using it. maybe shutil.copytree is what you are looking for?

Member Avatar for svn799
0
112
Member Avatar for balbirchnd

if you have no audio at all, software is not going to solve the problem. the usual suspects are drivers and the system configuration (e.g. master volume is 0).

Member Avatar for ramanabulusu
0
100
Member Avatar for RexxX

[QUOTE=Narue;473815]>My friend told me to use byte variables instead because they have 8 bits. A byte doesn't have to be 8 bits.[/QUOTE] Are you sure? (curious)

Member Avatar for Narue
0
135
Member Avatar for Mocabilly