5,727 Posted Topics

Member Avatar for javarook
Member Avatar for kvass
0
3K
Member Avatar for bones93

We're not here to help anyone with illegal activity. In fact I hope you get reported to law enforcement for trying to get people to help you commit a felony.

Member Avatar for menaces2323
0
834
Member Avatar for piyushsl

it's up to you to write your queries, that's why you have SQL :) There's a ton of information available about connecting applets to serverside resources, what you can and cannot do. All you have to do is look for it, which you quite obviously have not done.

Member Avatar for jwenting
0
124
Member Avatar for Avasulthiris
Member Avatar for rags123
Member Avatar for esy928

the API docs come to mind. And no doubt you have had some lessons in how to implement tree structures and/or can find that information in your lecture notes or required reading list for your course else your teacher (not "professor", no university student would post questions like this, he'd …

Member Avatar for jwenting
0
129
Member Avatar for naitx

yes, he should do it. No, we won't do it. No, it's not urgent at all (at least for us, if it's for him he'd best hurry). No, it's got nothing to do with game development whatsoever.

Member Avatar for Grigor
0
102
Member Avatar for paradiseis

your code is wrong because you don't use code tags. Maybe if you did it would be correct, I don't bother checking.

Member Avatar for javaAddict
0
141
Member Avatar for mrynit

If you override equals() on a class, you MUST (even though the compiler doesn't enforce it) also override hashCode() on that same class. You may never notice if you don't, but under specific conditions (most especially when using instances of the class inside a HashMap or Hashtable) it is needed …

Member Avatar for Ezzaral
0
213
Member Avatar for nu_bot

You need a spanking, not a programming tutorial. What you want to do is a blatant violation of most websites' terms of service.

Member Avatar for jwenting
0
74
Member Avatar for albertkao
Member Avatar for gunjannigam

what "is not good"? That amount of data is utterly ridiculous to plot in one graph, no library you're going to find is going to do well with it (and JFreeChart is probably the best one out there). Filter the data to a more reasonable few hundred points, and you'll …

Member Avatar for gunjannigam
0
109
Member Avatar for AngelPriya
Re: PLS

I know which "student" would get the lowest marks were I the teacher here...

Member Avatar for javaAddict
0
155
Member Avatar for omkareswari

what's stopping you from writing it? We're not your coding service here, so don't expect us to do it.

Member Avatar for jwenting
0
33
Member Avatar for Viruthagiri

don't put business logic in JSP. don't create SQL statements like that, use PreparedStatement instead. the error message is quite clear, you're trying to insert an illegal date.

Member Avatar for jwenting
0
303
Member Avatar for jdrake345

use code tags. Don't try to squeeze everything into one big class. Read error messages carefully, they tell you what's wrong.

Member Avatar for jwenting
0
383
Member Avatar for prade

Turbo C isn't even good for homework any more as it implements a standard that's 20 years out of date.

Member Avatar for jwenting
0
78
Member Avatar for pranav_jog
Member Avatar for jwenting
0
61
Member Avatar for reynman

There's a mapping that maps that url to something else, maybe a servlet that generates the image.

Member Avatar for jwenting
0
102
Member Avatar for cbtshare
Member Avatar for kire
Member Avatar for ubi_ct83

book originates with Java 1.1 I think, but may have had superficial updates over the last decade or so (like changing a few version numbers).

Member Avatar for jwenting
0
96
Member Avatar for ausmaya

You will find ALL the details in the installation manual. AFAIK you will need at least Oracle 11gR2 though, not 9i.

Member Avatar for ausmaya
0
87
Member Avatar for afruja

technically true. But you could keep a record of where the user has been and when trying to get to the previous (next in that case wouldn't ever happen) URL simply reload the page they're on.

Member Avatar for jwenting
0
271
Member Avatar for vaishnavicse
Member Avatar for sasi1240

no, not for any price you are able to afford. And certainly not without a lot more information.

Member Avatar for jwenting
-1
40
Member Avatar for fishguts

and how would that ever work? I can name anything at all ".txt" even if it's not a ".txt" file (whatever that means), or I could have a ".txt" file that has a completely different name. You'll have to find some way to determine whether a file is a ".txt" …

Member Avatar for BestJewSinceJC
0
2K
Member Avatar for sneaky667
Member Avatar for segaitsolutions

yes, if it's a computer performing certain key functions like a core router or DNS server it certainly can do so :)

Member Avatar for jwenting
-3
21
Member Avatar for csfriends
Member Avatar for josolanes

I've just installed a JDK and Visual Studio on all my machines :) No internet connection required.

Member Avatar for jwenting
0
123
Member Avatar for JellyTurf
Member Avatar for achiman

just look at the API docs for java.io :) The File class would be a good place to start. FileOutputStream etc. too.

Member Avatar for jwenting
0
69
Member Avatar for claudiu_is

You apparently have no clue as to how iTunes works, as it works completely different from what you describe.

Member Avatar for jwenting
0
180
Member Avatar for GuyClapperton

Even with those tax breaks they'd still be among the highest taxed IT shops in the world.

Member Avatar for jwenting
0
252
Member Avatar for JanieRae
Member Avatar for Studio18

if it's a Nat Geo photo (published by them?) they most likely own the copyright, it's their standard contract when purchasing the publication rights, so it's not yours to sell. If you can sell it, check with your local professional photography organisation. Chamber of commerce should be able to get …

Member Avatar for jwenting
0
102
Member Avatar for xzero_x

there's never a reason to use finalize(), at least not until you know very well how it works and once you do you realise there's always a better way to do things. Finalize works on an instance of a class, if it works at all. Static members are not bound …

Member Avatar for jwenting
0
105
Member Avatar for claudiu_is

the openConnection method doesn't read the content of the stream, it just opens the stream. So of course it doesn't wait for "the page to be loaded".

Member Avatar for masijade
0
1K
Member Avatar for mytime19
Member Avatar for GradStudent

check your bean classes etc., do they have the proper signatures (including required exceptions)?

Member Avatar for jwenting
0
169
Member Avatar for EngRania

no one cares how long it took you to write. All they care about is how well it works and meets their requirements. As this seems to be a highly specialised piece of software for companies, just throwing it out on the web and hoping isn't going to work. You're …

Member Avatar for peter_budo
0
222
Member Avatar for Tarli14
Member Avatar for javaAddict
0
88
Member Avatar for cwarn23

[QUOTE=cwarn23;1164261]It seems the policies on publishing tutorials on daniweb are very strict but is there any reason why they need to be unique (eg. SEO) It would be nice if daniweb had a wiki that everybody could contribute to.[/QUOTE] making sure Dani isn't violating any copyright laws would be one.

Member Avatar for BestJewSinceJC
0
206
Member Avatar for hinks
Member Avatar for houlahan
Member Avatar for D4n1sD

start by writing a good design rather than randomly quoting some wild ideas and hacking code together.

Member Avatar for Sodabread
0
141
Member Avatar for anuraggupta16
Member Avatar for shiv0013

anyone opening up their smtp server for the world is just creating an open spam relay and soon finds their server blacklisted by the entire planet. So even if doing javamail inside a jsp were smart (it isn't) trying to use a public mail server you don't have explicit credentials …

Member Avatar for jwenting
0
147
Member Avatar for Hitman908

The End.