aspose file tools
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes NIO usage? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "NIO usage?" Watch "NIO usage?" New topic
Author

NIO usage?

Christopher Bareja
Greenhorn

Joined: Nov 13, 2005
Posts: 6
Hi,
On a sun page I've found following description:

The following APIs and facilities may not be used:

* Enterprise JavaBeans
* Servlets, JSP technology, or any other web-oriented APIs
* NIO, the New IO facilities
* Java DataBase Connectivity (JDBC) and SQL
* Java IDL API and CORBA
* Third party software libraries or tools (such as browsers)

http://www.sun.com/training/catalog/courses/CX-310-252A.xml

On the other hand I have no restrictions of using this technologies in my assigment and while reading other topics I've realized that some of you are using esp. nio classes (which is quite usefull when speaking about "8 bit US ASCII encoding" rule)

How do you treat this restrictions?
Thanks in advanced.
/Chriss
Andrew Monkhouse
author and jackaroo
Marshal Commander

Joined: Mar 28, 2003
Posts: 10892
    
  26

Hi Chris,

Take a look at the "We are allowed to use NIO" topic.

Regards, Andrew


The Sun Certified Java Developer Exam with J2SE 5: paper version from Amazon, PDF from Apress, Online reference: Books 24x7 Personal blog
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: NIO usage?
 
Similar Threads
syllabus for scjd
NIO
String Constructor Doubts
Use of java.nio
java NIO in B&S