File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Associate Certification (SCJA/OCAJ) and the fly likes Object? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Professional Certification » Associate Certification (SCJA/OCAJ)
Reply Bookmark "Object?" Watch "Object?" New topic
Author

Object?

Aleks V. Pascoal
Ranch Hand

Joined: Apr 21, 2002
Posts: 72
What are we supposed to know about objects, item 1.1?
Mahesh Kumaraguru
Ranch Hand

Joined: Jun 01, 2005
Posts: 95
Originally posted by Aleks V. Pascoal:
What are we supposed to know about objects, item 1.1?


Section 1.1) Describe, compare, and contrast primitives (integer, floating point, boolean, and character), enumeration types, and objects.

This section would test the basic differences between primitives, enumeration and objects. The following links may be of interest in this topic :-

http://java.sun.com/docs/books/tutorial/java/concepts/object.html

http://java.sun.com/docs/books/tutorial/java/nutsandbolts/variables.html

http://java.sun.com/docs/books/tutorial/java/data/index.html

http://java.sun.com/docs/books/tutorial/java/javaOO/enum.html


Regards,<br />K. Mahesh<br /> <br />SCJP 1.2 Aug-2001 : 79%
Aleks V. Pascoal
Ranch Hand

Joined: Apr 21, 2002
Posts: 72
I think I wasn't clear. Ok, we all know what is an object, the relation with classes etc. But.. that's it? Nothing more complex about it?
Mahesh Kumaraguru
Ranch Hand

Joined: Jun 01, 2005
Posts: 95
Yes, that part is covered in Object orientation sections 1 and 3. Nothing more complex because SCJA is targetted towards Java programmers with approx 6 months experience. Sun is not going into deep OOPS, just the basics.
[ June 18, 2005: Message edited by: Mahesh Kumaraguru ]
Nicholas Cheung
Ranch Hand

Joined: Nov 07, 2003
Posts: 4982
Dont forget that the test is for Java beginners, NOT SCEA.

Nick


SCJP 1.2, OCP 9i DBA, SCWCD 1.3, SCJP 1.4 (SAI), SCJD 1.4, SCWCD 1.4 (Beta), ICED (IBM 287, IBM 484, IBM 486), SCMAD 1.0 (Beta), SCBCD 1.3, ICSD (IBM 288), ICDBA (IBM 700, IBM 701), SCDJWS, ICSD (IBM 348), OCP 10g DBA (Beta), SCJP 5.0 (Beta), SCJA 1.0 (Beta), MCP(70-270), SCBCD 5.0 (Beta), SCJP 6.0, SCEA for JEE5 (in progress)
 
 
subject: Object?
 
developer file tools