5,727 Posted Topics
Re: it's just an http call away. | |
Re: there is no way. You're destroying data, of course you're loosing quality when you then blow it back up. Anyone with half a brain would realise that. | |
Re: Not going to read all that code to try and figure out what "runtime errors" you're getting. Post the exact errors, why you think they're happening and where, and maybe we'll tell you if you're right. | |
Re: What you're supposed to do almost certainly (there's hardly ever a need to derive from Thread) is to create a new class that implements Runnable and implement the run() method in that. | |
![]() | Re: Depends on the game ;) Writing games isn't for the fainthearted though, and you need a lot of experience in a lot of different areas to go it alone (graphics, sound, AI, user interface design, etc. etc. etc.). If you want to go that way, start small. Don't go out … |
Re: If you have that large a userbase you should be able to hire professional consultants rather than have to ask here. They will likely tell you that the amount of data is insignificant, your database design sucks if you can't get it out quickly, and how to actually go about … | |
Re: system requirements: a sheet of paper, a pencil, and a semi-functional brain. | |
Re: [QUOTE=babbu;1217515]but goto is deprecated in java. its not recommended to use goto[/QUOTE] Wrong. So utterly wrong I can't begin to describe it. Goto is NOT deprecated. It is a reserved word that was never implemented. This was done quite deliberately because there's never a need for goto. Any programmer who … | |
Re: get a job rather than trying to trick people into giving you money for nothing. | |
Re: Maybe you should get better in C then before attempting to solve complex problems. Studying that more complex code is one way which will help you get better yourself. | |
Re: Like it or not Ezzaral, most people couldn't care less about a guy's (or gal's) colour of skin as long as (s)he makes the right sounds and moves. Of course that statement excludes John Edwards and Shrillary Clintoon which are not humans at all. Shrillary should also be excluded on … | |
Re: apparently you haven't added it to the classpath after all. | |
Re: FC-PGAx is Celeron, PPGA is true Pentium. Celerons are feature limited lowcost versions, a lot slower than their true counterparts. Good enough for desktop machines in most companies or for people who just want to browse the web and maybe write some letters, but not for highperformance games or graphics … | |
Re: That's not your problem. Client contacts router to contact you, router will take care of routing, that's its job. You never talk to clients behind a router directly. | |
Re: any specific questions? Or do we have to guess at everything you may have done (or failed to do)? | |
Re: training from spammers can never lead to anything good | |
Re: Oh, just about every car manufacturer and no doubt the larger groups of maintenance shops have created such software (as well as the associated hardware to plug it into the cars' electronics). Given that those are professional organisations with large teams of developers, it's probably a good guess that anyone … | |
Re: no kiddo, we're not your homework service. Nor do we appreciate thread hijackers, or zombie masters. You got 3 strikes, you're OUT. | |
Re: [QUOTE=Alyoops;1216443]Can you please help me on doing a hangman java program because i am very close to failing my class and its my last year!! im desperate! can you please send me the code things?[/QUOTE] If you're "in your last year" and it's not kindergarten, it's not a good sign … | |
Re: [QUOTE=oontvoo;1216230]Could you please be more specific?[/QUOTE] That's as specific as anyone should need to be. | |
Re: if you're as lazy as you appear to be, we won't rue your death. | |
| |
| |
Re: sounds like you need to read the manual of the tool you're using rather than expect someone else to do that for you. | |
Re: if you're really spent 2 days searching for an answer to this and haven't found it you're extremely incompetent. This question must have been asked by kids who don't know what they're doing, how to set a classpath, and how to READ MANUALS a million times. IOW, Read The F***ing … | |
Re: something isn't initialised. That's all there is to it. It's up to you to find out what that something is. | |
Re: you should consult a copyright lawyer, not ask on some random website. | |
Re: well, good luck then. And if you have specific questions and not "do it for me", feel free to ask them. | |
Re: no, it is NOT urgent. The thing to do is to read the documentation, which explains it all in detail. The steps for using ANT to retrieve the WSDL and generate your classes has already been outlined above though not every option you could use mentioned, use the manual to … | |
Re: there should be an automatic ban for not using code tags. | |
Re: [QUOTE=Sodabread;1211842]And this is exactly what I'm talking about. Shouldn't the terminology be taught early on with stuff like cout, variables and if statements? [/QUOTE] It IS taught early on. Problem is the average kid posting their homework questions here doesn't want to learn, doesn't pay attention in class (or more … | |
Re: Beware the dangers of di-hydrogen monoxide: [url]http://www.dhmo.org/[/url] | |
Re: UnformattedCodeError at line -1, program terminated SyntaxError at line -1, program terminated NoCodeTagsError at line 1, program terminated OutOfCheeseError at line 0, redo from start | |
Re: Do NOT use scriptlets in JSP. Use a servlet instead. And NEVER (I assume you want to, it's almost always on beginners' minds....) retain life database objects between requests. | |
Re: If they perform specific tasks, maybe they are actors. If they're just storage containers, I'd not call them actors. | |
Re: You have no Runnable instance attached to the Threads. | |
Re: [QUOTE=hina hasan;1212290]what do you mean by proper english by the way???? am I not using the right one....................!!!!!!! [/quote] If you don't know, go back to kindergarten. [quote] I was in hurry so i wrote in a shorter way ... well buddy [/quote] tough luck. [quote] Its none of my … | |
Re: historical only. The javax packages were originally intended to be distributed separately as optional extras (thus the x, "xtra"). They were later incorporated into the standard distribution, but as they were already in widespread use the name could not be changed. | |
Re: so much fundamentally wrong here, it doesn't warrant even starting to list the problems. Begin with a good RECENT book on JSP, the JDBC tutorial, and a decent database (no, Access isn't one). | |
Re: no, noone should plagiarise that document for you and commit intellectual property theft in the process. If it's really for your "master's thesis" you should know you're not supposed to commit plagiarism and IP theft and that you're not supposed to do it. You would also have a research budget … | |
Re: And please be careful in your problem description. You're not calling an applet from a servlet, you're including an applet tag in the output generated by a servlet. | |
Re: the easiest way into telecoms is to take a job with a callcenter as a telemarketing terrorist (oops, drone, oops, person). Of course the entire world will hate you, but you will be working in telecoms. | |
Re: You can't do that, period. The output of an http request is ALWAYS a single content type, you can NOT mix text and binary content in a single response. You're going to have to have a JSP contain a link to an image, which might be a servlet that produces … |
The End.