Search Results

Showing results 1 to 40 of 115
Search took 0.01 seconds.
Search: Posts Made By: sam1 ; Forum: Java and child forums
Forum: Java Sep 21st, 2007
Replies: 2
Views: 818
Posted By sam1
Forum: Java Sep 19th, 2007
Replies: 17
Views: 8,506
Posted By sam1
As you might know from the thread i have created a messenger similar to yahoo(without the photobucket thing and less functions then yahoo). I have tested it etc, if you want i can sell for a fair...
Forum: Java Nov 29th, 2006
Replies: 5
Views: 3,732
Posted By sam1
Hi,

i am trying to write an application that uses validation check for social security number. it should allow 9 charachters. the first two and the last character should be leters and the rest...
Forum: Java Sep 26th, 2006
Replies: 17
Views: 8,506
Posted By sam1
hi,

yes i did both sides of the application(server and client). It was completed almost 4 months ago :mrgreen:
Forum: Java Jul 23rd, 2006
Replies: 0
Views: 2,051
Posted By sam1
hi,

I did what it said in the following web site(http://www.onjava.com/pub/a/onjava/2005/05/11/sqlexplorer.html ) but cant get the sqlexplorer to show up in the other menue.

has anyone else...
Forum: Java Jun 3rd, 2006
Replies: 1
Views: 2,201
Posted By sam1
hi,

i am using elcipse in suse linux, but cant connect to mysql. if anyone uses eclipse ide in linux can you please help me to get it connected.

thanks
Forum: Java May 29th, 2006
Replies: 9
Views: 1,655
Posted By sam1
hi,

Edition 6 of dietel book how to program in java has a good multithreading examples. you can learn from it if you want to....
Forum: Java May 14th, 2006
Replies: 3
Views: 1,677
Posted By sam1
hi,

I have it on cd. is that the same as the windows version....
Forum: Java May 13th, 2006
Replies: 3
Views: 1,677
Posted By sam1
hi,

how would i install jbuilder under fedora 5? is that possible..

thanks
Forum: Java May 9th, 2006
Replies: 2
Views: 1,021
Posted By sam1
hi,

I want to know what a thread is and what it is used for. also how it is used...:mrgreen:

thanks
Forum: Java May 8th, 2006
Replies: 2
Views: 1,079
Posted By sam1
that is the one thanks
Forum: Java May 8th, 2006
Replies: 2
Views: 1,079
Posted By sam1
hi,

what is the difination name, when a method calls itself in its body?

thanks
Forum: Java May 5th, 2006
Replies: 2
Views: 1,097
Posted By sam1
hi,

can a server and client application communicate using strings. for example say server sends ok and error for each request received.......

thanks
Forum: Java May 1st, 2006
Replies: 3
Views: 5,048
Posted By sam1
hi,

thanks for the reply.

When designing a java application(not web based), do you have to do class diagrams and domain models or just one would do. because as far as i know class diagrams...
Forum: Java Apr 30th, 2006
Replies: 3
Views: 5,048
Posted By sam1
hi,

which one of these two would be better to design a file transfer protocol FileInputStream or FileReader? i know FileInputStream is meant to be for image type of files........

thanks
Forum: Java Apr 30th, 2006
Replies: 2
Views: 1,799
Posted By sam1
hi,

would you say that multithreading is part of java's architecture?


thanks
Forum: Java Apr 29th, 2006
Replies: 2
Views: 5,234
Posted By sam1
hi,

i didnt know about this one but i foung another one called jigloo...:cheesy:
Forum: Java Apr 28th, 2006
Replies: 2
Views: 5,234
Posted By sam1
hi,

I heard there is a plugin for eclispe that you can use to produce the gui part of application, but i dont know the name. has anyone used it? is it easy to work on then writing the gui...
Forum: Java Apr 22nd, 2006
Replies: 0
Views: 1,660
Posted By sam1
hi,

I am writing a report(final year) and wanted to do a white box testing on a section of a code that i implemented(i am using eclipse), should i draw a diagram (e.g. for an if statement or while...
Forum: Java Apr 20th, 2006
Replies: 2
Views: 1,514
Posted By sam1
hi,

thanks for the information jwenting. :cheesy:

baron. you can get lots of help if you ask a proper question :)
Forum: Java Apr 20th, 2006
Replies: 2
Views: 1,514
Posted By sam1
hi,

is it necessary to close a database connection after the job is done? if yes why?

thank you
Forum: Java Apr 18th, 2006
Replies: 14
Views: 5,668
Posted By sam1
Ok thank you :)
Forum: Java Apr 18th, 2006
Replies: 14
Views: 5,668
Posted By sam1
hi,

so what you are saying is that if i have a client and server application i need to model both sides with the class diagram, but seperately.........


thank you
Forum: Java Apr 17th, 2006
Replies: 14
Views: 5,668
Posted By sam1
hi,

Now i am really confused, so how would i represent the server side of an application, say i am doing an instant messenger, which is not web based,....

thank you
Forum: Java Apr 16th, 2006
Replies: 14
Views: 5,668
Posted By sam1
hi,

I totally agree with you....
Forum: Java Apr 15th, 2006
Replies: 14
Views: 5,668
Posted By sam1
hi,

thanks for the reply. So what you mean is the final class diagram should be exactly like the final code.

thank you
Forum: Java Apr 15th, 2006
Replies: 14
Views: 5,668
Posted By sam1
hi everyone,

ok I have another question. You see when you are doing a project, you need to do your class diagram first then implement the code. You obviously have to follow the class diagrams to...
Forum: Java Apr 14th, 2006
Replies: 14
Views: 5,668
Posted By sam1
Forum: Java Apr 12th, 2006
Replies: 14
Views: 5,668
Posted By sam1
hi,

thanks for the link
Forum: Java Apr 11th, 2006
Replies: 14
Views: 5,668
Posted By sam1
hi everyone,

I was wondering, for the class diagrams do i have to create for each use case one class diagram or it doesnt depend on use case....

thank you
Forum: Java Mar 25th, 2006
Replies: 4
Views: 1,581
Posted By sam1
hi ,

thanks for your help hooknc.....

One more question I am using eclipse 3.1.2 and in my code i have this line

import com.sun.java.swing.plaf.gtk.GTKLookAndFeel;

But it says: the import...
Forum: Java Mar 25th, 2006
Replies: 4
Views: 1,581
Posted By sam1
hi everyone,

I was wondering does the eclipse ide support debugging. For example in netbeans if you have a bit of code you can go through it line by line and if you have an error say in line 5 the...
Forum: Java Mar 19th, 2006
Replies: 9
Views: 2,228
Posted By sam1
hi,

I didn't say you were stupid and didn't mean to. Just thought if you are newbie as you said than you should not be doing this :mrgreen:
Forum: Java Mar 19th, 2006
Replies: 9
Views: 2,228
Posted By sam1
hi,

As you said you are a total newbie i dont think you should be doing this.....
people do this sort of stuff when they fully understand the networking in java and other parts of java........ ...
Forum: Java Mar 14th, 2006
Replies: 1
Views: 6,101
Posted By sam1
hi,

here is a simple program that gives you your age month and day...give the date of birth as an argument though...
import java.util.Calendar;
import java.util.Date;
import java.util.Locale;...
Forum: Java Mar 9th, 2006
Replies: 4
Views: 16,907
Posted By sam1
hi,

This tutorial helps you step by step:

http://elab.bus.umich.edu/how-to-oracle-jsp.php

thank you
Forum: Java Mar 6th, 2006
Replies: 4
Views: 2,888
Posted By sam1
hi,

Thank you guys. jwenting you have been away for long now.... :)
Forum: Java Mar 3rd, 2006
Replies: 4
Views: 2,888
Posted By sam1
hi

I was wondering which one do you think is the best?

I have been using netbeans but have no experience with eclipse, so i can not say which one is best :lol:
Forum: Java Feb 18th, 2006
Replies: 1
Views: 855
Posted By sam1
dont worry it has been solved ;)
Forum: Java Feb 18th, 2006
Replies: 1
Views: 855
Posted By sam1
hi

i have this code:
[code]
if(r instanceof Message){
Message mess = (Message)r;[\code]

but it says Message not found.... I thought message was one of the libraries in...
Showing results 1 to 40 of 115

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC