-
Replied To a Post in Geographical segregation order?
sounds perfectly logical... If anyone has a need to split up the entire globe into managable sections it's Santa after all. -
Replied To a Post in Lists and ArrayLists
to summarise: program to the interface, not the implementation. It's one of the basic tenets of good programming practice. -
Replied To a Post in Which language now??
no, it's not. Oracle has roughly a 2 week cycle of updates, and most of them are so minor they hardly matter. E.g. here's the release notes for the latest … -
Replied To a Post in Extracting elements value from soap message
well, take a look at the API docs for SOAPMessage and you'll soon find that it's a method to get the SOAPBody which is an Element which you can traverse … -
Replied To a Post in Write a program
or his buddy who has the same assignment and just took a week longer to realise homework doesn't do itself if you just let it sit on your table long … -
Replied To a Post in Will the book help me for OCJP exaam?"SCJP guide Java 6 Exam,Katherine Sier
of course a lot depends on whether you know Java or not... The book assumes you do, a lot of punters try to get through the exam who don't, and … -
Replied To a Post in PRG 420 Individual Assignment - I need help
looks like he got his arse kicked on another site for dumping his homework assignment so he's now trying here... -
Replied To a Post in COMPUTER
I pity your customers... -
Replied To a Post in Reading text file to draw rectangles
wanna bet that "but my prof hasn't told about those yet"? -
Replied To a Post in Basic Hotel Application
well, his teacher no doubt told him to "use threads to make a hotel application" :) -
Replied To a Post in Inventory 4
missing imports... Which should have been obvious from the errors you're getting. -
Replied To a Post in Reading text file to draw rectangles
call it 4 times? Seems rather obvious, once you think of it. -
Replied To a Post in CharToString
that assignment tells you literally what to do, it almost types it out for you. If you still can't do it, it means you've not paid any attention in class. -
Replied To a Post in need mturk account for Rs.8000
guess he wants to steal (oops, "borrow") an account and wants us to be his partners in crime. -
Replied To a Post in Need help to run a java code downloaded from net !!!
no, we're not going to tell you how to cheat on your assignment by turning in something created by other people as your own. -
Replied To a Post in What is the most famous place of interest in your country?
not a place I want to be associated with... -
Replied To a Post in Practical uses of algorithms
given a website, make a temporal distribution of homework questions over a period of one month. -
Replied To a Post in Consecutive Rolling
if 2 values have the same count, report both... -
Replied To a Post in Android Programming Research Paper Help
and after we came up with your "research proposal" the next step is you asking us to write the actual paper and associated software as well? -
Replied To a Post in java lamda expression
well, he's getting a ClassCastException on the first attempt ;) -
Replied To a Post in Oracle query doesnt work when i click submit
"it doesn't do anything" doesn't mean anything. What "doesn't do anything"? Most likely you've made a mistake and the server never gets called, which would place the realm of this … -
Replied To a Post in Which language now??
isn't it interesting how he thinks vb6 isn't bloated, when it depends on a massive runtime library as well as the entire win32 API to do anything at all? Yet … -
Replied To a Post in java lamda expression
That won't even compile. And no, I won't rewrite that for you. I won't use lambdas, they're ugly, hard to read, an abomination. -
Gave Reputation to r4ravi in Senging email from .bat file automatically
hi how to use in my environment and what changaes are reuqired what is the file ext. -
Replied To a Post in Programming Sucks
yes, beating your computer is counter productive. Whipping however... -
Replied To a Post in Select Query on date time field in ms access 2010
wrong language is irrelevant (translating between languages often isn't that hard), what is relevant is that it doesn't even attempt to solve the problem in whatever language. -
Replied To a Post in Need help with a java project for my college
even if you didn't read the rules, you should have known that it's your homework, and that you're supposed to do your own homework. It's just common sense. -
Replied To a Post in Select Query on date time field in ms access 2010
it's also utterly irrelevant as the very problem with the original code is that it's not safe against various input formats, which he doesn't cover. -
Replied To a Post in jobs
with your attitude, which seems to be to have others do all your work for you, you'll never get a decent job. Though you might be well suits for politics. -
Replied To a Post in Which language now??
.NET isn't bloated, get used to it. If you want something that's going to be around in 20 years, go with PL/1 or Cobol. C too has a good chance … -
Replied To a Post in Select Query on date time field in ms access 2010
worse, if the date is entered into a format the database doesn't expect things are going to go wrong. Start learning about PreparedStatement... -
Replied To a Post in Which laptops are better? Dell or Toshiba ?
they still make 32 bit laptops? I seriously, seriously, doubt that. 64 bit has been the standard in hardware for close to a decade, in software for 6-7 years. -
Replied To a Post in How Artifical Intelligence Works or Is Created?
Last weekend someone in Second Life asked me if I was real. I replied that I was either real or a computer so well programmed it believes it's real. The … -
Replied To a Post in help me answer this 1 plis
which bank is that? Just want to make sure I never open an account there. -
Replied To a Post in How Artifical Intelligence Works or Is Created?
of course your entire system doesn't have to be the same physical size as the part that does the interaction. Given high enough bandwidth and transmission and processing speed, the … -
Replied To a Post in how can i ???
I'm not sure you can do this. If you had done your homework and paid attention in class you'd not have posted your homework here after all but just done … -
Replied To a Post in need to find a computer programer to run proofs
got to wonder what's missing from all the miriad blackjack playing programs already out there... -
Replied To a Post in Need a proper model to develop a car racing game
nope, that's your job. -
Replied To a Post in Anyone in for homeopathy?
sadly those crooks get a lot of support from 'celebs', and many people are foolish enough to take anything their group of favourite 'celebs' claims as gospel. -
Replied To a Post in A telephone directory tester in Java
and a diploma from any school that doesn't expel people who cheat like that isn't worth the paper it's printed on. -
Replied To a Post in string
of course the second question already provides 2 of the required 3 methods for the answer to question 1 ;) -
Replied To a Post in Anyone in for homeopathy?
if I were to get something directly from my doctor instead of a recipe for the pharmacy to supply, I'd be highly suspicious... The reason placebos sometimes work is because … -
Replied To a Post in I need ur help
if you need help from Ur, I suggest you get a visa for Iraq and go to the place. -
Replied To a Post in What exactly does the following statement do?
What that code does is throw a compiler error. -
Replied To a Post in Anyone in for homeopathy?
a real physician prescribing a placebo does so for a reason: a fake cure the patient believes is real for a fake condition the patient believes is real. Where things … -
Replied To a Post in If we implementing interface is that inheritance ?
yes, which just shows how much of a kludge those are... The fact that they had to break the core premises (no multiple inheritance at implementation level) in order to … -
Replied To a Post in Anyone in for homeopathy?
> Let's take all those "miraculous" anti-aging face creams. oh, apply it in a thick enough layer and it works like plaster, smoothes out all the wrinkles. Until you wash … -
Replied To a Post in Anyone in for homeopathy?
> What is easier: have extra unnecessary labels & documents or adding myriad exceptions to the work place safety and food labelling laws? an overload of rules and regs, labels … -
Replied To a Post in How to make my java program connect to mysql database on another computer
or use a connect string that's independent of where you're connecting from... Of course that assumes you've a way to set up a database that can even be reached from … -
Replied To a Post in If we implementing interface is that inheritance ?
default methods break the interface paradigm and turn interfaces into abstract classes. NOT something you want to use.
The End.