Hi friends,I'm on chapter 6 of K&B. I have a couple of questions on Greedy Quantifiers. I tried the following code:code:Pattern p=Pattern.compile("a?"); Matcher m=p.matcher(""); boolean b=false; while(b=m.find()) { System.out.println("Starting at index"+m.start()); System.out.println("Match...
I'm in dubio about wether my field and record numbering should be zero-based (as arrays are) or one-based (as jdbc is). Anyone got any thoughts about this ?Thanks....
Hi! I am really happy!!! I have passed today the exam with 96% I would like to thank u all for this great site!!! and i would like to thank u too to Kathy & Bert for that wonderful book!!!I think that the exam was easier than the mock exams i tried (Dan, Marcus...) and that in two hours the exam...
Hi All!Here is my design.db (pack)========1.DataInterface (interface) has all Public methods, all methods throws RemoteException, few throws DBE, IOE2.Data (class) implements lock(), unlock(), criteriaFind()(changed sign. Of lock(record_no, id) , unlock(record_no, id) will this reduce marks?)ser...
The subject is the comment I got from Sun for my J2SD exam submission. But I have the source code packed in a jar file source.jar under the docs directory. Anyone who has passed knows what the comment means? Do I have to keep the source code in the same jar files as the class files? It would be...
Is whizlab is required for exam preparation .Without that its not enough if we have done with K&B book and learn key CD along with all self test answers..Will that be sufficient?Anyway my exam is on 29th.Please give me some valuable suggestions or tips while taking exam .Iam going to write SCJP...
When I select test history in CertManager in2000 and XP OS. the web tells me "your demographics must be updated" how can I download the software?Since I want to upload my assignment.Thanks,...
All javaranchers who are planning to take scjp2 new format, for inspiration please click the follwing URLthankshttp://deccanherald.com/deccanherald/nov02/anc.htm...
I took it once and failed with a 678 and took it again 3 days later and passed with a 812. I thought I was prepared the first time but I did not know enough details. If you think you are ready make sure that you know EVERYTHING. You can pass this one but the details are what get you above 700....
Hi!A question regarding the specification assignment:You must create a full suite of documentation for the classes of the completed project.What is a full suite?Does this mean that the javadoc must be generated with the -private flag when running javadoc?Note: Default mode when running javadoc i...
I have heard that if you leave questions with no answer parametric software will inform you that you have not answered all the questions. Dose it mean that the SJCP test dose not have questions with no correct answers?...
hi allin the post having the subject"Bert Bates - struts application code"i forgot to provide you all the download link.Here's it -struts app code zip filethanks...