About Question enthuware.ocpjp.v7.2.1591 :

Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817

Moderator: admin

Post Reply
romsky
Posts: 39
Joined: Thu Jan 29, 2015 4:49 pm
Contact:

About Question enthuware.ocpjp.v7.2.1591 :

Post by romsky »

It would be very handy to have web links to java docs for methods used in questions.

admin
Site Admin
Posts: 10053
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: About Question enthuware.ocpjp.v7.2.1591 :

Post by admin »

We do try to include links to articles that we think are good to read. Such links are useful because the user doesn't have to sift through multiple articles to find a good one.

JavaDoc links, on the other hand, are extremely easy to find. For example, if you just type getDateInstance in your browser, the first link on google is the JavaDoc API page. So there isn't much value addition in hard coding a link to that page.
HTH,
Paul.
If you like our products and services, please help us by posting your review here.

sohamdatey22
Posts: 28
Joined: Sun Sep 11, 2022 3:55 am
Contact:

Re: About Question enthuware.ocpjp.v7.2.1591 :

Post by sohamdatey22 »

Such, a counter intuitive thing done by java here,

valid to pass locale

Code: Select all

NumberFormat.getInstance(Locale);//valid
invalid to pass locale

Code: Select all

DateFormat.getInstance(locale);//invalid

Post Reply

Who is online

Users browsing this forum: No registered users and 44 guests