Posts
 
Reputation
Joined
Last Seen
Ranked #609
Strength to Increase Rep
+5
Strength to Decrease Rep
-1
84% Quality Score
Upvotes Received
6
Posts with Upvotes
6
Upvoting Members
5
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
3 Commented Posts
~189.65K People Reached
About Me

Bug Contributor, Worm Cleaner

217 Posted Topics

Member Avatar for samaru
Member Avatar for The Dude
Member Avatar for moderate_rock48
Member Avatar for anupam_smart
Member Avatar for tdoggrme

Convert the digit to a String and get the length. [code]Integer.toString(number).length();[/code]

Member Avatar for JamesCherrill
0
7K
Member Avatar for Yzk
Member Avatar for sach_ak47

[QUOTE=c_shaft05;303007]making an ArrayList of strings instead of a list (tad more versitile ...[/QUOTE] How so? An ArrayList is a List, unless you mean to use ArrayList instead of an array of Strings.

Member Avatar for stultuske
0
2K
Member Avatar for OurNation
Member Avatar for The Dude
Member Avatar for Kewne
0
317
Member Avatar for mod

[QUOTE=mod]How do i change date format in the database[/QUOTE] Take a look at the [URL="http://www.techonthenet.com/oracle/functions/to_char.php"]TO_CHAR[/URL] function Read [URL="http://www-db.stanford.edu/~ullman/fcdb/oracle/or-time.html#date%20format"]more here[/URL]

Member Avatar for dhineshbcs
0
289
Member Avatar for Roxsy3392

[QUOTE=server_crash]But not all kids are as morbid as I was. I once tried making my own execution cap with foil and a few wires. I decided to try it, so I stuck the cap on my head and the wires in the light socket. All I remember is waking up …

Member Avatar for jwenting
0
2K
Member Avatar for The Dude
Member Avatar for muthumari

[QUOTE=cpweb]Use a onPress function[/QUOTE] Should that not be onKeyPress?!?

Member Avatar for sravanthi07
0
500
Member Avatar for Ancient Dragon

[QUOTE=jbennet;307239]the score in the game is usually not much but when you win and the cards flood the screen you get a massive bonus. My average on tri-card is about 4330[/QUOTE] My average score is 3532 [I]and that's the only time I have played[/I].

Member Avatar for Card Dufus
0
148
Member Avatar for OurNation
Member Avatar for torham
0
14K
Member Avatar for MAD_DOG
Member Avatar for maceman
0
259
Member Avatar for quicktpgo
Member Avatar for jyotirmoy
Member Avatar for achu411
Member Avatar for muthumari

I am not completely sure if I know the exact cause but I think SQL server supports only one statement per connection. So, if you want to exeucte another query, you will require a new connection. You might find some information on Microsoft's support page for the driver.

Member Avatar for georgequinne
0
363
Member Avatar for M40

The first approach is the logical thing for a database design. Having a lot of data is not a consideration while designing a database. The essence of a database design is to model generic entities which can assume several representable values. In your case, you are trying to store cities …

Member Avatar for gtdriver94
0
161
Member Avatar for iketunde
Member Avatar for woofytalk

[QUOTE=pulse]Offtopic : There is a time limit on editing of your posts on DW. :)[/QUOTE] Further OT: Hmmm... how much is the time limit? 24 hours?

Member Avatar for newviewit.com
0
2K
Member Avatar for mmiikkee12

If you want some real humour (or humor), try a Hello World without the main() method. [code] public class HelloWithoutMain { static { System.out.println("Hello! World"); System.exit(0); } } [/code] I would rather work on obfuscating the code for fun. :)

Member Avatar for javaAddict
1
157
Member Avatar for smitamutha

[QUOTE=dasarilalitha]u can do this using a Runtime and Process classes.[/QUOTE] Though it sounds silly using Runtime class to execute another class rather than invoking it directly.

Member Avatar for marutiskutre
0
154
Member Avatar for haf
Member Avatar for Dani

[QUOTE=cscgal]Do you allow guests to access member profiles? Why or why not? Do you think it encourages forum growth and new registrations TO allow or not to? :)[/QUOTE] I am working on a forum recently and I am certainly against providing guests the ability to view member information or even …

Member Avatar for bobchrist
0
143
Member Avatar for shimul_bari

[URL="http://www.onjava.com/pub/a/onjava/2001/04/19/tomcat.html"]Deploying servlets in Tomcat[/URL]

Member Avatar for stephen84s
0
150
Member Avatar for >shadow<
Member Avatar for ahihihi...
0
2K
Member Avatar for >shadow<

[I]Thou shall not spam without permission from the administrator[/I] You mean one could spam there if the administrator is party to it? [I]Thou shall not steal...images or reviews etc. [/I] That's a little difficult to decide. [I]if you dont like the rules....dont sign up[/I] :lol:

Member Avatar for pressurevalve
0
172
Member Avatar for Te'DDy

If you have installed Netbeans, the examples contain an anagram game. You could borrow the idea.

Member Avatar for stultuske
0
793
Member Avatar for soso30
Member Avatar for chute20
0
131
Member Avatar for flaco

[QUOTE=flaco;302921]Well I have a problem I was recently dumped by my girl well is a habit for me already I have been dumped 23 times already because am just plain ugly anyways I need some help or consolation,What is depression?and What to do to get rid of it?because it hurts …

Member Avatar for steven woodman
0
674
Member Avatar for samaru

[B]My favorites[/B]: Half Life ([I]also HL2[/I]) Warcraft Quake ([I]mostly 2[/I]) Age of Empires (Conquerors) Doom Wolfenstein Pacman ...

Member Avatar for Chaky
0
1K
Member Avatar for jsp001

500 - means internal server error. This usually implies that there is a problem in the JSP or some part of the code. Check your server logs.

Member Avatar for peter_budo
0
125
Member Avatar for kofoid
Member Avatar for chrisranjana
0
350
Member Avatar for The Dude
Member Avatar for muthumari

You need to have an Ant task which would compile, build and deploy your web application to Tomcat. JCreator internally makes use of an Ant build file, which is a simple XML. You could edit it to add some custom tasks.

Member Avatar for peter_budo
0
466
Member Avatar for nagaharish

[QUOTE=nagaharish;279093]Hi all, I would like to know whether there is any one who is hosting Tomcat/JSP with SVN. Please reply me if anybodyknows it, Thanks in advance. Regards, Harish[/QUOTE] It would be a good idea to feed the keywords of your topic to a search engine. You are likely to …

Member Avatar for masijade
0
397
Member Avatar for Icetigris

You will have to declare an instance method if you are overriding. To use a non-static method in main(), you will need to create an instance/object of the class. Since this class is abstract, you would not be able to achieve it unless you implement a concrete subclass for this …

Member Avatar for jtonic
0
135
Member Avatar for mimsc

[QUOTE=mimsc;432478] [code]<select name="weatherState" >[/code][/QUOTE] It could probably be because you need to specify [B]id[/B] for the select element. Some browsers pass data based on id, others based on the name attribute. To be safe, it is a good practice to define the id and the name. [code]<select id="weatherState" name="weatherState" >[/code]

Member Avatar for aniseed
0
146
Member Avatar for activeap

If you are looking at web development, I would recommend that you install [url=http://tomcat.apache.org/]Tomcat[/url].

Member Avatar for aniseed
0
104
Member Avatar for dude776

[url]http://kbase.runescape.com/viewcategory.ws?cat_id=828[/url] though I'm not sure if it's the same as having an account locked. I haven't played Runescape for long and I forgot what I used as my login. :o

Member Avatar for runescape mod
0
405
Member Avatar for techkar

Sometimes [URL="http://www.oop-reserch.com/scheduler_example_1.html"]Google could get you lucky[/URL]!

Member Avatar for flakita227
1
2K
Member Avatar for mattyd

[QUOTE=Colin Mac;303475]Meh, I disagree with that and I never said it teaches you anything. It's useful for typing code and compiling code. If someone ever puts themselves in a position where they are lost without their [I]tool, [/I]it certainly isn't their tool that's at fault.[/QUOTE] Yet if they start out …

Member Avatar for jwenting
0
582
Member Avatar for devsa
Member Avatar for devsa
0
145
Member Avatar for katerinaaa

[QUOTE=katerinaaa;418399]Hi, I want to save a .txt file into database using java language, how can it is possible ?[/QUOTE] You can save it as a String (VARCHAR) or CLOB. That depends on what you want to store. [QUOTE] The .txt file has one word per line and I would like …

Member Avatar for katerinaaa
0
267
Member Avatar for Dani
Member Avatar for ChrisLang
0
148
Member Avatar for mhdie

[QUOTE=test]dude its a LM Hash(local SAM windows password).[/QUOTE] Ah! The one sometimes referred to as [URL="http://en.wikipedia.org/wiki/LM_hash"]lame Hash[/URL]

Member Avatar for ProgrammersTalk
0
197
Member Avatar for mattyd

[B]Guns 'n Roses[/B] - Appetite for Destruction [B]Eric Clapton[/B] - Slowhand [B]Sting[/B] - Fields of Gold [B]Metallica[/B] - Metallica [B]Eagles[/B] - Desperado

Member Avatar for jbennet
0
395

The End.