Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within OCPJP
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
Cloud Application Architecture Patterns: Designing, Building, and Modernizing for the Cloud
this week in the
Cloud/Virtualization
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
paul wheaton
Paul Clapham
Ron McLeod
Sheriffs:
Jeanne Boyarsky
Liutauras Vilda
Saloon Keepers:
Tim Holloway
Carey Brown
Roland Mueller
Piet Souris
Bartenders:
Forum:
Programmer Certification (OCPJP)
Java-api
Shweta R Dhaneshwar
Ranch Hand
Posts: 35
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
I wan't to know if Java-api documents have to be studied in detail for scjp.For eg. are we expected to know something like
System.arraycopy(copyFrom, 0, copyTo, 0, 7);
Shweta Dhaneshwar.<br />SCJP 1.4 90%
Ernest Friedman-Hill
author and iconoclast
Posts: 24207
46
I like...
posted 19 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
You need to know the core classes reasonably well, yes. System,
String
, StringBuffer,
Thread
, and others all fall under this category. The "arraycopy" method is one every
Java
programmer should know!
[Jess in Action]
[AskingGoodQuestions]
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
Image as a button
Having troubles with a complex program, need help with an illegal start of type error.
Java financial API
How to allow 'Select none' in a JComboBox or JList
Accessing external programs
More...