5,727 Posted Topics

Member Avatar for samaru

[QUOTE=MikeAR]Yep. It's a great game. I played it for 200 hours before even starting the first mission.[/QUOTE] Rather the reverse. Morrowind is Elder Scrolls 3 ;) Great RPG indeed, but like everything it gets repetitive after a while. Total Annihillation was great, and I still install it once in a …

Member Avatar for Chaky
0
1K
Member Avatar for friends_ajai

No need for option c), all the necessary classes you need from that are included in a) :) Noone here told you what to do in 2) ... what's the URI for that login screen? Most likely you have something wrong in your setup, remember that URIs are case sensitive …

Member Avatar for kristo_abhi
0
85
Member Avatar for esmeco

no. Author should be a class of its own, containing name, password, userid, etc. etc. Debate should not contain an Answer, but a Collection of Answers. A Blog with just a single Post is useless. A Blog with a Collection of Debates could get interesting. That should give you a …

Member Avatar for jwenting
0
103
Member Avatar for weleh
Member Avatar for jwenting
0
390
Member Avatar for maelthra

do you know any Java at all? Those lines are utter nonsense in the light of the language specification.

Member Avatar for mailmeatvishnu
0
103
Member Avatar for dddd_dddd

you can't. One should never rely on thread priorities to do anything. Just make sure you have enough bandwidth and CPU power to keep the site responsive during expected peak loads. And that's a hardware and server configuration issue.

Member Avatar for jwenting
0
62
Member Avatar for rapchak

you shouldn't do this in a JSP, therefore no help is needed. And why the HELL are you not using a PreparedStatement for your database operation? Your current style is slow, error prone, highly database dependent, and highly vulnerable to SQL injection attacks.

Member Avatar for jwenting
0
126
Member Avatar for xyntex
Member Avatar for war_criminal

how much of that 6GB did you aqcuire legally? And how many CDs does that make? I've over 600 audio CDs, several dozen DVDs, and several dozen vinyl albums (left from about 300, most of them replaced with CDs long ago to spare the needle on my precious record player, …

Member Avatar for jbennet
0
542
Member Avatar for Ramy Mahrous

conscription teaches kids discipline and respect, as well as skills that could come in handy when they go hunting for jobs (many get training as vehicle mechanics, cooks, nurses, etc. etc. as well as obedience to their superiors and not questioning everything your boss tells you to do). When they …

Member Avatar for DimaYasny
0
289
Member Avatar for kritersica

staggering number of violation of not only the rules of this specific site but general good manners for ALL internet forums, and all that in OPs first post.

Member Avatar for jasimp
0
112
Member Avatar for Archana10

[code]connection.commit();[/code] That's what commands the database engine to do the actual insert. How to get to that point and how to go on from there I leave up to you, the JDBC tutorial is a great source of information for that.

Member Avatar for jwenting
0
73
Member Avatar for Jayb103

gosh, it's been over a decade since I've heard those terms... People still use that in this era where everything is UML?

Member Avatar for jwenting
0
89
Member Avatar for evank

No hashing algorithm will guarantee you that there won't be colissions. All you can do to reduce the occurrance of colissions is to either increase the length of the hash key (and the length of the hash itself) and/or increase the amount of data used to calculate the hash. Of …

Member Avatar for sarehu
0
281
Member Avatar for eeeman

Software design is a complex field of its own, requiring training and experience to master just as does programming. And no, just using Struts won't help. In fact Struts is now recognised as a very poor choice due to its tight coupling between framework and application code. Get some good …

Member Avatar for jwenting
0
644
Member Avatar for shashipkiran

Learn CSS positioning. It's not that hard to write, I did it several years ago for a commercial product in under 2 days (including the styling and the code to dynamically generate the menu entries from configuration files).

Member Avatar for jwenting
0
72
Member Avatar for bmanoman

and your problem (aside from posting about J# in a Java forum rather than a J# forum)?

Member Avatar for jwenting
0
84
Member Avatar for lstirk

1) use codetags 2) don't even try network programming until you know the language well.

Member Avatar for jwenting
0
96
Member Avatar for KimJack

seems logical, doesn't it? If token x is not equal to "there", you push token x+1 onto the stack and continue with token x+2 if it exists. So you check if "and" is equal to "there", push "there" onto the stack, and check if there's another token after "there". Which …

Member Avatar for jwenting
0
76
Member Avatar for BlackSwan

If there's no field to enter it in the DSN properties dialog, there isn't. If there is, there is.

Member Avatar for jwenting
0
177
Member Avatar for gayathrikrishna
Member Avatar for krish_kooll

you need to write a language parser that handles that translation for you. It can be done, but if you didn't know that you needed to do it it's highly doubtful you have the skills to pull it off.

Member Avatar for jwenting
0
76
Member Avatar for Mahesh59
Member Avatar for Parsu7

See the JDBC tutorial track of the Java tutorial. When you master that, look at things like JPA and Hibernate as nicer ways to abstract away the raw database access code.

Member Avatar for jwenting
0
83
Member Avatar for grDCpre

nice isn't it. You'd need a mailclient which never bounces anything and deliberately accepts all bounced messages. How to detect whether a message is a bounce message is up to you.

Member Avatar for jwenting
0
66
Member Avatar for spywx2003

in fact the setSize method usually has no effect whatsoever as the frame will automatically resize itself according to the sizes of the components it contains.

Member Avatar for jwenting
0
97
Member Avatar for technogeek_42
Member Avatar for dwf00a

which may or may not tell you anything whatsoever. A compiler may or may not put any specific strings in there, and those strings may or may not uniquely identify that compiler.

Member Avatar for jwenting
0
66
Member Avatar for mayur_kulkarni

I believe there's a library somewhere on the net that allows serial port communications in Java from some specific operating systems. You'd need that plus the documentation from your phone manufacturer on how to actually talk to it over that port).

Member Avatar for jwenting
0
61
Member Avatar for EnderX

Everyone knows the giraffe was created by Ford Prefect after he got bored during a trip to Africa during the stone age :)

Member Avatar for Ravenous Wolf
1
373
Member Avatar for rayeesalam

doesn't sound like it. sounds more like a kid taking some random buzzwords and deciding to see if there's money to be made in combining them.

Member Avatar for jimpossible2k
0
231
Member Avatar for sivaslieko++

hmm, most of those "tutorials" are either utterly and totally wrong or hopelessly outdated, "teaching" the JSP 0.9 coding style which has been out of favour with every serious code for the better part of a decade. Best to get either Head First Servlets and JSP or Hans Bergsten's JSP …

Member Avatar for peter_budo
0
90
Member Avatar for nireekshan
Re: jsp

issa bad language. Jar Jar Binks issa no understand question.

Member Avatar for jwenting
0
56
Member Avatar for nikk

what's actually generated as code and sent to the browser? Almost certainly the paths shown there are utterly incorrect and have no relation whatsoever to the paths of the images relative to the deployroot of the web application.

Member Avatar for jwenting
0
120
Member Avatar for mehmedovic

I wonder why the kid is using println statements for his html tags in a JSP... He shouldn't of course be using ANY Java code at all, but this is the most extremely silly JSP code I've ever encountered (and I've encountered reams of it over the last decade).

Member Avatar for jwenting
0
109
Member Avatar for javagurlush

usually you have a list of words and check each word against that list. There are more advanced systems that do full lexical analysis to also take context into account but you're not ready for those.

Member Avatar for peter_budo
0
317
Member Avatar for Iqbal_h_a

That's because l_interval does NOT in fact contain a string representation of a date. It contains a string representation of a mathematical formula which might resolve into a valid date (or not). You'll need to parse that formula somehow, and the to_date function will be no help whatsoever in doing …

Member Avatar for Iqbal_h_a
0
169
Member Avatar for jimJohnson

What errors are you getting and what don't you understand about them? It's vitally important that you learn to understand and interpret error messages. As long as you can't, you'll never be able to successfully complete a piece of software in any language or using any tool.

Member Avatar for whoost
0
292
Member Avatar for nikk

not urgent. Come back next year. Gives you time to learn about code tags, html, Javascript, Java, JSP, etc. etc.

Member Avatar for nikk
0
182
Member Avatar for abhi287

Excel is no database. Using JDBC to access Excel is BAD. Using JDBC from JSP is BAD. So it seems like you'd best completely scrap whatever you have already and start from scratch with some research into proper application architecture.

Member Avatar for javaAddict
0
158
Member Avatar for Google Spider
Member Avatar for sneekula
0
218
Member Avatar for shweta797
Member Avatar for torbecire

not declaring them is the ultimate in abstraction, but I'm sure your course material doesn't mean that when it talks about abstract classes and does mention what they actually are.

Member Avatar for darkagn
0
102
Member Avatar for lasher511

well said. I've always thought Picard was a little soft. IMO the original series is overall better written than TNG too. But I can understand why modern kids think it a bit weird, as it depicts a view of the future which pretty much was eclipsed by the time they …

Member Avatar for Ancient Dragon
0
155
Member Avatar for hidash_in
Member Avatar for mag07009

he probably spends all his time in class browsing pr0n sites and listening to pirated music.

Member Avatar for jwenting
0
123
Member Avatar for Rajpatel

yup, I've worked on such a product. And no, I'm not going to give it away to anyone. Not only would it be a violation of my contract with the firm I worked for at the time but it would be unethical to help homework kiddos like you with anything …

Member Avatar for jwenting
-2
73
Member Avatar for e_dipo81

[B][COLOR="Red"]MAYBE BY SHOUTING EVEN LOUDER THAN YOU ARE ALREADY DOING YOU MIGHT GET PEOPLE TO TAKE YOU SERIOUS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!![/COLOR][/B] NOT!

Member Avatar for jwenting
0
183
Member Avatar for monjuri

[QUOTE=RamyMahrous;562989]I think there are some usernames and passwords for Oracle Database configured for first use like username: scott password: tiger and so on, to connect easily like SQL Server to Oracle from VS you need ODP (Oracle Data Provider) libraries on [url]www.oracle.com[/url][/QUOTE] No, that account is disabled by default for …

Member Avatar for jwenting
0
239
Member Avatar for nireekshan

Kid probably thinks that if it only asks often enough that it'll get an answer it likes instead of constant repeats of the standard: don't use JSP for that.

Member Avatar for jwenting
0
87

The End.