Posts
 
Reputation
Joined
Last Seen
Ranked #766
Strength to Increase Rep
+6
Strength to Decrease Rep
-1
96% Quality Score
Upvotes Received
23
Posts with Upvotes
22
Upvoting Members
16
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
3 Commented Posts
4 Endorsements
Ranked #397
Ranked #654
~250.06K People Reached
Favorite Tags

169 Posted Topics

Member Avatar for vegaseat

"It was when Lucifer first congratulated himself upon his angelic behavior that he became the tool of evil"

Member Avatar for Reverend Jim
15
13K
Member Avatar for samaru
Member Avatar for The Dude
Member Avatar for dwel

You can search google for tutorial sites. There you can learn step by step java programming (w/ examples). You can also downlaod pdf's. [url]http://www.roseindia.net/java/[/url]

Member Avatar for Rajeev Kumar_1
0
472
Member Avatar for LegendX

Well no one will give you the code, i think you know that. Try to figure it out 1st by yourself. Try coding some lines. I assume this is a homework so I assume that somehow your teacher taught you how to use the while and if loops. Cmon show …

Member Avatar for JamesCherrill
0
144
Member Avatar for debasisdas
Member Avatar for James_28
8
17K
Member Avatar for jib
Member Avatar for Doctor Inferno
Member Avatar for tayspen
Member Avatar for Scuppery
Member Avatar for diew
Member Avatar for Taywin
-1
275
Member Avatar for Eric Cute

Hello to all. I hava an IBM WebSpehre Application Server ver 6.1.0.31 in aix ver 5.3. Things so far. 1. I developed a WAR file and successfully deployed it in JBOSS. 2. Then we migrated to WebSphere, application was installed successfully. 3. Simple select statements like [CODE] String query = …

0
115
Member Avatar for rscubelek
Member Avatar for Eric Cute

Hi everyone, Im trying to download all files in a directory residing in the server to clients pc. I know how to download single files using response.getoutputStream(). My problem is I want to download ALL the files in that directory with a single click of a button. i tried iterating …

0
98
Member Avatar for Eric Cute

Hello Everyone, Im needing a bit of help here. First, Im trying to let client download a file from server and save it on client's pc. When client clicks on button "DOWNLOAD", it will call a servlet that will download the file. Expected outcome is that a SAVE AS DIALOG …

0
133
Member Avatar for gedas

You can also try this. When its time to write your array back to your file, do a for loop and compare if the the array value is equal to the name you want to delete. If it is, then skip the write.

Member Avatar for bharathkumar.m
0
238
Member Avatar for jake1496
Member Avatar for haribasker

?? [QUOTE]contentPane.setLayout(null); JPanel panel = new JPanel(layout); panel.setBackground(Color.WHITE); addComponent(contentPane,panel, 0,0,595,375); [/QUOTE] So, what's your problem??

Member Avatar for masijade
0
8K
Member Avatar for red angel
Member Avatar for clairvoyance
Member Avatar for faizshafie

Hello faiz, welcome to DaniWeb(",) Dont worry, DaniWeb is full of people who are more than willing to help us in our programming problems (",)

Member Avatar for faizshafie
0
53
Member Avatar for lashbandi
Member Avatar for acash229

Well first you need to create an input system where you will get your values. What do you plan to use?? GUI?? command input?? HTML?? do that 1st and i basing from your code, i think it is almost complete.

Member Avatar for acash229
0
158
Member Avatar for 123mehran

well, first try coding what's on your mind. then if you got stuck, then you can post your questions here.

Member Avatar for Fortinbra
0
168
Member Avatar for M.Ovais

[CODE]JBtton button = new JButton();[/CODE] try to google "creating button using swing class".

Member Avatar for Eric Cute
0
65
Member Avatar for Bertie_Brown
Member Avatar for ubi_ct83
Member Avatar for ubi_ct83
0
103
Member Avatar for Lxyslckr

?? [QUOTE] Expected Output: The Minimun Integer is 0. The sum of the negative integers is 0. The sum of the odd integers is 0 The number of positive integers in the sequence is 2 [/QUOTE] Input is 4 2 0 1 3. Minimun integer is 0 : good coz …

Member Avatar for Lxyslckr
0
92
Member Avatar for Amoryethel

[CODE]System.out.println()[/CODE] will try to print anything inside the parentheses. But as you can see your [CODE]r1.add(r2)[/CODE] is a method that returns void. You cannot print a 'void'. if you want to show the result of r1.add(r2) the you need to change the return parameter of your add method. try [CODE]public …

Member Avatar for Amoryethel
0
6K
Member Avatar for caryrobert11
Member Avatar for AndreRet
0
51
Member Avatar for zakris
Member Avatar for ypks_destiny

i think you need to store the states in a DB using the country as primary key. then add an event on the onClick of your button. On this onClick event, you will populate your dropdown list according to the records you have selected from the database.

Member Avatar for ypks_destiny
0
2K
Member Avatar for amr321

eman 22 was right, first determine where your weak points are. is it in grasping the concepts?? is it in programming?? In any case, my suggestion is read, read, read.

Member Avatar for rusl07cl08
-1
648
Member Avatar for Coyboss

try coding it this way [CODE]for (int i = 0; i < loanDuration; i++) { loan = loan - monthlypayment System.out.println(loan); }[/CODE]

Member Avatar for Coyboss
0
251
Member Avatar for basamdamdu
Member Avatar for montalbano80

Next time, please rap your codes inside the CODE-tag You dont say what the error is. Please be more specific.

Member Avatar for Akill10
0
630
Member Avatar for yukikazemedia

Try putting your numbers inside an array and do [CODE]Arrays.sort(arrayName)[/CODE] this will sort the numbers from lowest to highest. to arrange it from highest to lowest, you need to do a for loop beginning from arrayName.length() - 1 to 0.

Member Avatar for Eric Cute
0
325
Member Avatar for Eric Cute

Hello Guys, Im having a bit of a problem here. Im trying to deploy an EJB project that i developed using Eclipse Galileo Version 3.5.2 using JBOSS 6.0.0.Final as server. When I try to deploy my test EJB its giving me an error that it cannot instantiate class [org.jboss.logging.util.OnlyOnceErrorHandler] ClassNotFoundException. …

0
95
Member Avatar for o0sample0o

@darenn 76, please wrap your codes inside the CODE-tags. Arrays.sort(arrayName) will sort the arrayName from lowest to highest. So to print the numbers from highest to lowest, you need to do a for loop beginning from the arrayName.lengh() - 1 to 0.

Member Avatar for Eric Cute
0
1K
Member Avatar for jayvee0890

Next time please wrap your codes within the CODE tag. I think you should be the one telling us what's wrong with your code. What are the errors that you are having?? What are the inputs and outputs?? What do you expect your program will do??

Member Avatar for JDCyrus
0
86
Member Avatar for Eric Cute

I have a bit of a problem here. The situation. 1. I have created a Dynamic Web Project. (good) 2. I have created a logon JSP (good) 3. I have created a css (good) 4. I have created a JS file (good) JSP, CSS are located in WebContent/WEB-INF/ JS located …

Member Avatar for peter_budo
0
888
Member Avatar for raghujosh

My ideas. 1. When your user click your A-Z link, it should call a function that fetches records from your database that starts with the chosen letter. 2. Then, you need to create a table for all your records in your dataset. For each record in your resultset, you need …

Member Avatar for raghujosh
0
142
Member Avatar for chepelucho
Member Avatar for Web_Sailor

After you click submit, the page will be passed to the server. In your server side, do validation routines for your drop downs and text boxes. If there is invalid data, redirect to your original jsp page.

Member Avatar for rakhi4110
0
880
Member Avatar for abrarHuniedi

I think you should include in your Page_Load Event [CODE]label.visible = false; picture.visible = false [/CODE] so they will disappear.

Member Avatar for harrypinto11
0
132
Member Avatar for bizzystar4ever

If this is an exam, I assume your teacher has taught you something on how to do this. Try coding first. No one here will do it for you.

Member Avatar for Eric Cute
0
104
Member Avatar for bizzystar4ever

Well try to do the number 1 first. Do you know how to code in java?? If yes, then please do some coding. Try to code number 1. If you have the code, then you can post it here and if you have questions or get stuck, we will help …

Member Avatar for Eric Cute
0
148
Member Avatar for aligajani

ArrayLists are used instead of arrays because it is dynamic meaning it can expand unlike arrays which are fixed sized. It is used when you do not know beforehand how many items you are going to put in your arrayList. Example would be if you are reading your vacation list …

Member Avatar for Eric Cute
0
171
Member Avatar for SaraSchmidt
Member Avatar for clairejones
Member Avatar for AirForceOne
0
67

The End.