<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: OCP 11 Book Bonus: Creating a HSQL Database/Stored Procedure in Java 11	</title>
	<atom:link href="https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/</link>
	<description>Java/J2EE Software Development and Technology Discussion Blog</description>
	<lastBuildDate>Sun, 19 Sep 2021 20:50:07 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/comment-page-1/#comment-264899</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Sun, 10 Jan 2021 16:53:51 +0000</pubDate>
		<guid isPermaLink="false">https://www.selikoff.net/?p=14121#comment-264899</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/comment-page-1/#comment-264638&quot;&gt;Muhammad Shah&lt;/a&gt;.

Re CallableStatement, we confirmed with Oracle that the topic is not on the exam. Remember that there are sometimes unscored questions on the exam. Maybe Oracle is doing an experiment with that question.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/comment-page-1/#comment-264638">Muhammad Shah</a>.</p>
<p>Re CallableStatement, we confirmed with Oracle that the topic is not on the exam. Remember that there are sometimes unscored questions on the exam. Maybe Oracle is doing an experiment with that question.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Muhammad Shah		</title>
		<link>https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/comment-page-1/#comment-264638</link>

		<dc:creator><![CDATA[Muhammad Shah]]></dc:creator>
		<pubDate>Wed, 06 Jan 2021 06:40:32 +0000</pubDate>
		<guid isPermaLink="false">https://www.selikoff.net/?p=14121#comment-264638</guid>

					<description><![CDATA[Hey Rock Stars (Jeanne and Scott), 

I have just passed 1Z0-819 OCP Java SE 11 Developer with 87%. I have provided feedback on the coderanch.

https://coderanch.com/t/738093/certification/Feedback#3432170

First, Thank you for your great effort in the form of OCP java 11 study guides and exam questions practice test books.

Second, there was a question on CallableStatement in JDBC. We all are getting a single JDBC question in CallableStatement. Can you please edit your blog?

Third, your service diagram on page 329 in chapter 6 Modular Application of OCP Java 11 Programmer II  is wrong. The arrows are bit confusing. I have seen you use arrows for &quot;requires&quot; throughout your Book 1 and 2.

(i) As you mentioned &quot;No one requires service provider&quot; but there is an arrow from service locator to service provider. I think it should be deleted

(ii) As you found and made correction in errata page to remove arrow from service provider interface to service provider. I think, we still need an arrow but in opposite direction because service provider requires service provider interface. 

I matched your diagram with yours and other exam questions. I made a correct picture. There is no way to attach the picture here. If you could send me your email address, I could send you the correct picture

Regards,]]></description>
			<content:encoded><![CDATA[<p>Hey Rock Stars (Jeanne and Scott), </p>
<p>I have just passed 1Z0-819 OCP Java SE 11 Developer with 87%. I have provided feedback on the coderanch.</p>
<p><a href="https://coderanch.com/t/738093/certification/Feedback#3432170" rel="nofollow ugc">https://coderanch.com/t/738093/certification/Feedback#3432170</a></p>
<p>First, Thank you for your great effort in the form of OCP java 11 study guides and exam questions practice test books.</p>
<p>Second, there was a question on CallableStatement in JDBC. We all are getting a single JDBC question in CallableStatement. Can you please edit your blog?</p>
<p>Third, your service diagram on page 329 in chapter 6 Modular Application of OCP Java 11 Programmer II  is wrong. The arrows are bit confusing. I have seen you use arrows for &#8220;requires&#8221; throughout your Book 1 and 2.</p>
<p>(i) As you mentioned &#8220;No one requires service provider&#8221; but there is an arrow from service locator to service provider. I think it should be deleted</p>
<p>(ii) As you found and made correction in errata page to remove arrow from service provider interface to service provider. I think, we still need an arrow but in opposite direction because service provider requires service provider interface. </p>
<p>I matched your diagram with yours and other exam questions. I made a correct picture. There is no way to attach the picture here. If you could send me your email address, I could send you the correct picture</p>
<p>Regards,</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/comment-page-1/#comment-243959</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Tue, 31 Dec 2019 02:20:18 +0000</pubDate>
		<guid isPermaLink="false">https://www.selikoff.net/?p=14121#comment-243959</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/comment-page-1/#comment-243799&quot;&gt;Adriana&lt;/a&gt;.

I wrote a free study reference for the practitioner. It&#039;s nowhere near the scope of my book for the Java cert. But it is free and gives you a feel for what you need to study.
https://www.selikoff.net/2019/01/20/how-i-recommend-studying-for-the-aws-certified-cloud-practitioner-exam/]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/comment-page-1/#comment-243799">Adriana</a>.</p>
<p>I wrote a free study reference for the practitioner. It&#8217;s nowhere near the scope of my book for the Java cert. But it is free and gives you a feel for what you need to study.<br />
<a href="https://www.selikoff.net/2019/01/20/how-i-recommend-studying-for-the-aws-certified-cloud-practitioner-exam/" rel="ugc">https://www.selikoff.net/2019/01/20/how-i-recommend-studying-for-the-aws-certified-cloud-practitioner-exam/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeanne Boyarsky		</title>
		<link>https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/comment-page-1/#comment-243958</link>

		<dc:creator><![CDATA[Jeanne Boyarsky]]></dc:creator>
		<pubDate>Tue, 31 Dec 2019 02:19:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.selikoff.net/?p=14121#comment-243958</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/comment-page-1/#comment-243798&quot;&gt;Adriana&lt;/a&gt;.

Late April sounds like an accurate estimate for publication. There&#039;s a lot of new topics on the 816 exam: modularity, security, advanced modules. Plus topics that are in the OCP 8 book but are covered in a different scope like JDBC. It&#039;s a lot of work to study for an exam without a study guide!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/comment-page-1/#comment-243798">Adriana</a>.</p>
<p>Late April sounds like an accurate estimate for publication. There&#8217;s a lot of new topics on the 816 exam: modularity, security, advanced modules. Plus topics that are in the OCP 8 book but are covered in a different scope like JDBC. It&#8217;s a lot of work to study for an exam without a study guide!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Adriana		</title>
		<link>https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/comment-page-1/#comment-243799</link>

		<dc:creator><![CDATA[Adriana]]></dc:creator>
		<pubDate>Sat, 28 Dec 2019 10:57:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.selikoff.net/?p=14121#comment-243799</guid>

					<description><![CDATA[Oh, Jeanne, I forgot last question: I read your information about AWS certifications. I&#039;d like to take the first AWS certification (cloud practitioner). 
Will you write books about this certification or other AWS certifications?
I bought some books about this certification, even the official guide of Amazon.

Your resume is all i would like to do and become.

Thanks!

Adriana]]></description>
			<content:encoded><![CDATA[<p>Oh, Jeanne, I forgot last question: I read your information about AWS certifications. I&#8217;d like to take the first AWS certification (cloud practitioner).<br />
Will you write books about this certification or other AWS certifications?<br />
I bought some books about this certification, even the official guide of Amazon.</p>
<p>Your resume is all i would like to do and become.</p>
<p>Thanks!</p>
<p>Adriana</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Adriana		</title>
		<link>https://www.selikoff.net/2019/12/22/ocp-11-book-bonus-creating-a-hsql-database-stored-procedure-in-java-11/comment-page-1/#comment-243798</link>

		<dc:creator><![CDATA[Adriana]]></dc:creator>
		<pubDate>Sat, 28 Dec 2019 10:52:14 +0000</pubDate>
		<guid isPermaLink="false">https://www.selikoff.net/?p=14121#comment-243798</guid>

					<description><![CDATA[Hi Jeanne, 
I&#039;m preparing the upgrade of java (1Z0-817). 
I bought both books for Java 8 and I passed 1Z0-808 and 1Z0-809. 
Now I bought the first book about Java 11, but I want to ask you if  I can buy the second book before the publication date shown on Amazon (April 28th).
I&#039;d like to buy the Oracle voucher for the Java 11 exam but I will have to take the exam within six months of the purchase, so if I buy it today, by June 28 I have to take the exam otherwise the voucher will no longer be valid. I don&#039;t know if I will do that, if the second book will be published on April 28th.
Are there any chances of the second book being published first?
I believe that in the second book only the private methods of the interfaces and a further deepening of modularity (as a novelty compared to Java 8) are left. Have you written any books on modularity? Maybe I could avoid buying the second one and studying another of your books on modularity.

Thanks a lot!

I have great respect for you!!!


Adriana]]></description>
			<content:encoded><![CDATA[<p>Hi Jeanne,<br />
I&#8217;m preparing the upgrade of java (1Z0-817).<br />
I bought both books for Java 8 and I passed 1Z0-808 and 1Z0-809.<br />
Now I bought the first book about Java 11, but I want to ask you if  I can buy the second book before the publication date shown on Amazon (April 28th).<br />
I&#8217;d like to buy the Oracle voucher for the Java 11 exam but I will have to take the exam within six months of the purchase, so if I buy it today, by June 28 I have to take the exam otherwise the voucher will no longer be valid. I don&#8217;t know if I will do that, if the second book will be published on April 28th.<br />
Are there any chances of the second book being published first?<br />
I believe that in the second book only the private methods of the interfaces and a further deepening of modularity (as a novelty compared to Java 8) are left. Have you written any books on modularity? Maybe I could avoid buying the second one and studying another of your books on modularity.</p>
<p>Thanks a lot!</p>
<p>I have great respect for you!!!</p>
<p>Adriana</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
