"float f4 = 12.345_F;"
I would have thought that Arrays#fill() is something basic you ought to know about anyway.float f = 12.345_f;
| Error:
| illegal underscore
| float f = 12.345_f;
| ^
jshell>
In reality, it's more like "Underscores are allowed in numeric literals only between digits
int number = 0xA_AA;
[OCA 8 Book] [OCP 8 Book] [Blog] * SCJP (1.4, 1.6) * OCAJP 8 * OCPJP 8
Scott Selikoff wrote:
The best advice I can offer you is this... assume at least one thing on the exam will surprise you but that it probably won’t matter. My apologies to those who have failed by one point, but most people score with some buffer. Of course nothing is stopping you from learning out of scope material. We often include valuable things that we know are out of scope as side bars in our books.
Enthuware - Best Mock Exams and Questions for Oracle Java Certifications
Quality Guaranteed - Pass or Full Refund!
That's a pleasureDarko Stojanovski wrote:Thank you . . .
Squanch that. And squanch this tiny ad:
Java file APIs (DOC, XLS, PDF, and many more)
https://products.aspose.com/total/java
|