JavaT 2 Developer Exam CramT 2 (Exam CX-310-252A and CX-310-027)

[SYMBOL] [A] [B] [C] [D] [E] [F] [G] [H] [I] [J] [K] [L] [M] [N] [O] [P] [Q] [R] [S] [T] [U] [V] [W] [X]

Camel naming conventions  

CardLayout layout manager  

catching

       exceptions

               controlling   2nd   3rd  

CBSE (Component Based Software Engineering) software development methodology  

cells

       getting values   2nd  

       selecting   2nd  

       setting values   2nd  

certification exam

       assignment schedule   2nd   3rd  

       Programming Assignment

               downloading   2nd   3rd  

certification exams

       automatic failures   2nd  

       deliverables   2nd  

               database.bin database file   2nd  

               deprecated classes  

               DESIGN CHOICES.TXT file   2nd  

               javadoc documentation   2nd   3rd  

               README.TXT file   2nd  

               source code files   2nd  

                user help documentation   2nd  

       directory structures  

        essay exams  

               alloted test times  

               answers   2nd  

               average test times  

               cost of  

               difficulty level  

               exam location  

               exam number  

               expiration dates  

               number of questions  

               passing scores  

               percentage of total score  

               preparation   2nd  

               preparation time  

               prerequisites  

               purposes   2nd  

               questions, sample questions   2nd  

               questions, style of   2nd   3rd  

               receiving results  

               response guidelines   2nd   3rd  

               sample exam   2nd   3rd   4th   5th   6th  

               viewing  

       grading   2nd  

       objectives   2nd  

               database transparency   2nd  

               databases   2nd  

               DESIGN CHOICES.TXT file  

               GUI design  

               networking  

       self-assessments   2nd   3rd  

               ideal developer certification characteristics   2nd  

               mock exams  

               programming backgrounds  

               required skills   2nd  

CertManager

       logins  

changing

       application themes   2nd  

       JTable column names  

checked exceptions   2nd  

checklists

       code clarity checklist   2nd   3rd  

choosers

       Swing  

class diagrams (UML)   2nd  

class header Javadoc code comments   2nd  

class headers

       GUI design   2nd   3rd   4th  

classes

       abstract classes   2nd   3rd   4th  

               characteristics   2nd  

               declaring  

               extending via subclasses   2nd  

               interface/abstract class combinations  

               subclasses   2nd  

               versus abstract methods  

               versus interfaces   2nd   3rd  

       compiling   2nd  

       concrete classes

               versus interfaces  

       concrete remote class

               writing   2nd  

       constructors

               GUI design   2nd  

       Customer class   2nd  

               building RMI applications   2nd  

               compiling  

       Database class   2nd   3rd   4th   5th   6th   7th   8th   9th   10th   11th   12th   13th   14th  

               DatabaseInterface interface  

       DatabaseFactory class  

       DatabaseInterface class   2nd   3rd   4th   5th  

       Date class  

       deprecated classes

               certification exam deliverables  

       IdentityHashMap class   2nd  

       java.rmi.Naming class  

               bind method  

               lookup (string name ) method  

               rebind (string name, remote object) method  

       LinkedHashMap class   2nd   3rd   4th  

       LockManager class   2nd   3rd  

       Logger class

               assigning log levels to messages  

               storing error messages  

       naming

               Java code convention preferences  

       RemoteImplementation class   2nd   3rd  

               compiling  

       RemoteInterface class   2nd   3rd   4th  

               compiling  

       RMIServer class   2nd  

               compiling  

       RMITestClient class   2nd   3rd  

               compiling  

       ServerSocket class  

       subclasses

               abstract classes   2nd  

               extending abstract classes   2nd  

       Thread class  

       Throwable class

               custom exceptions   2nd   3rd  

               errors   2nd   3rd  

               exceptions   2nd   3rd  

               hierarchy  

       Timer class

               scheduling method calls   2nd  

               scheduling tasks   2nd   3rd   4th  

       TimerTask class   2nd  

               scheduling method calls  

               scheduling tasks  

       TreeSet class   2nd  

       URL class  

               building Web browsers   2nd   3rd   4th   5th   6th  

               building wrappers   2nd   3rd   4th  

               filtering tags   2nd   3rd   4th  

               interrogating URL objects   2nd   3rd   4th  

       URLWrapperDemonstration class

               building URL class wrappers   2nd   3rd   4th  

clauses

       ORDER BY clauses (SQL)  

       WHERE clauses (SQL)   2nd  

click handlers ( buttons )

       GUI design   2nd   3rd   4th  

client directory  

client ID

       database locking mechanisms  

client sockets  

client tier design patterns (DESIGN CHOICES.TXT files)

       Business Delegate design pattern  

       Connection Factory design pattern  

       MVC design pattern   2nd  

       Value Objects design pattern   2nd  

clients

       building via sockets   2nd  

       local mode execution instructions section (README.TXT file components )   2nd  

       remote object invocation clients

               writing   2nd  

       starting  

code

       conventions

               Java code conventions   2nd   3rd  

               Java code conventions, Camel naming conventions  

               Java code conventions, classes  

               Java code conventions, comments  

               Java code conventions, constants  

               Java code conventions, fields  

               Java code conventions, formatting   2nd  

               Java code conventions, import statements  

               Java code conventions, indenting braces   2nd  

               Java code conventions, Lowercase naming conventions  

               Java code conventions, methods   2nd  

               Java code conventions, packages   2nd  

               Java code conventions, parameters   2nd  

               Java code conventions, Pascal naming conventions  

               Java code conventions, source files  

               Java code conventions, Uppercase naming conventions  

               Java code conventions, variables  

       style

               grade points  

       whitespace  

code clarity   2nd  

       checklist   2nd   3rd  

       code comments  

               Javadoc   2nd   3rd   4th   5th   6th   7th   8th   9th   10th   11th  

       code conventions   2nd  

               compound statements   2nd  

               do-while statements  

               for statements   2nd  

               if else-if else statements   2nd  

               if statements   2nd  

               if-else statements   2nd  

               return statements  

               simple statements  

               switch statements   2nd  

                try-catch-finally statements   2nd  

               while statements   2nd  

       code structures  

               file organization  

               package organization  

       naming conventions   2nd   3rd  

               identifiers  

code comments  

       class header Javadoc code comments   2nd  

       field header Javadoc code comments   2nd  

       file header Javadoc code comments  

       Javadoc  

               class header comments   2nd  

               field header comments   2nd  

               file header comments  

               method header comments  

               writing   2nd   3rd   4th   5th   6th  

       method header Javadoc code comments  

code conventions  

       statements  

               compound statements   2nd  

               do-while statements  

               for statements   2nd  

               if else-if else statements   2nd  

               if statements   2nd  

               if-else statements   2nd  

               return statements  

               simple statements  

               switch statements   2nd  

               try-catch-finally statements   2nd  

               while statements   2nd  

code structures  

       file organization  

       package organization  

codes

       source code

               SDK  

       source codes

               Java program structures  

coding standards section(DESIGN CHOICES.TXT file components)  

Collection interface   2nd  

collisions  

column headers

       JTable column headers

               tool tips  

columns

       changing names  

combo boxes   2nd  

Command and Controller Strategies  

command line parameters

       logging   2nd   3rd   4th   5th  

command-line options

       Ant  

commands

       rmic RemoteImplementation command

               compiling stubs  

       RPM command

               Linux SDK installation  

comments (Java code conventions)  

compiling

       classes   2nd  

       Customer class  

       files

               Ant   2nd  

               javac  

       RemoteImplementation class  

       RemoteInterface class  

       RMIServer class  

       RMITestClient class  

       stubs

               rmic RemoteImplementation command  

component diagrams (UML)  

compound statements   2nd  

concept development (software project development)  

concrete classes

       versus interfaces  

concrete remote classes

       writing   2nd  

configuration file handlers   2nd   3rd   4th   5th   6th  

connection factories

       GUI design  

Connection Factory design pattern (DESIGN CHOICES.TXT files)  

ConsoleHandler (error handlers)  

constants

       naming

               Java code convention preferences  

containers

       JDialog containers  

       JFrame containers  

       JPanel containers  

       JScrollPane containers  

       JSplitPane containers  

       JTabbedPane containers  

       JToolbar containers  

       JWindow containers  

controlling

       exception catching   2nd   3rd  

conventions

       Java code conventions   2nd   3rd  

               Camel naming conventions  

               classes  

               comments  

               constants  

               fields  

               formatting   2nd  

               import statements  

               indenting braces   2nd  

               Lowercase naming conventions  

               methods   2nd  

               packages   2nd  

               parameters   2nd  

               Pascal naming conventions  

               source files  

               Uppercase naming conventions  

               variables  

COTS (Commercial Off-The-Shelf) software development methodology  

creating

        frames  

       GUI   2nd   3rd   4th   5th   6th   7th   8th   9th   10th   11th  

       JAR files   2nd  

       JTables   2nd   3rd   4th  

       log reports  

       scrollable JTables  

       search criteria handlers   2nd  

       stubs

               RMIC  

       table models   2nd   3rd   4th  

       Web browsers   2nd  

               filtering capabilities   2nd   3rd   4th  

custom exceptions   2nd   3rd  

Customer class   2nd  

       compiling  

       RMI applications

               building   2nd  

Customer objects   2nd   3rd  

customized SQL   2nd  

Cygwin   2nd  

Категории