Page 1 of 1

Question related to exam topics

Posted: Sat Mar 01, 2014 11:23 am
by The_Nick
Hi,

Just wondering whether or not the Cookies topic will be covered in the exam as detailed as this http://docs.oracle.com/javase/tutorial/ ... index.html .
From the link:
Java SE provides one main class for this functionality, java.net.CookieHandler, and the following supporting classes and interfaces: java.net.CookieManager, java.net.CookiePolicy, java.net.CookieStore, and java.net.HttpCookie.
Do we have to know all those Java SE classes related to cookies?

Thanks in advance.

The_Nick.

Re: Question related to exam topics

Posted: Sat Mar 01, 2014 10:20 pm
by admin
Yes, you should go through it. No need to spend too much time on it though but you should know about HttpCookie class at least.