http://www.zvon.org/xxl/XSLTutorial/Output/example7_ch1.htmlStylesheet1 example.why is common for fname and surname in output?Why did it not display surname in italics?...
Hello,I have installed CSKamp to run joomla which requires zlib.On my Joomla instalation page it says:- zlib compression supportUnavailableon a php info page I see in configure command:--with-zlib=shared,/usr...but nowhere else on page.Does a default CSKamp install provide the php-zlib ...
Yes sir, !!, thank you all, I've just converted my self in a new SCJP, using Javaranch forums and links. Thanks to all those sheriffs, bartenders, ranch hands, green horns and all of you for the help. I din't post a lot of questions but always came here looking for anwsers and I got them...
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....
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...
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....
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...
What happens when the Thread.yield() is invoked and the current thread has a higher priority than the ones in the runnable state pool.Whatever does happen, is it a guaranteed behaviour?Thanks...
Hi,A question form the JQplus, Threads, q2, test1:q:In which of the following cases a thread will definitely be alive but not running?I thought :"The thread calls yield()." is OK butwatching their answers it seems that it is wrong, with the explanation that "yield() does not necessarily put the...
Java Professional Certification Related Categories