Introduction\r\n\r\nChapter1 Declarations and Access Control\r\n\r\nWrite code that declares,constructs,and initializes arrays of any base type using any of the permitted forms both for declaration and for initialization\r\n\r\nDeclare classes,inner classes,methods,instance variables,static variables,and automatic(method local)variables,making appropriate use of all permitted modifiers(such as public,final,static,abstract,and so forth).State the significance of each of these modifiers,both singly and in combination,and state the effect of package relationships on declared items qualified by these modifiers\r\n\r\nFor a given class,determine if a default constructor will be created and,if so,state the prototype of that constructor\r\n\r\nState the legal return types for any method,given the declarations of all related methods in this or parent classes\r\n\r\nChapter2 Flow Control and Exception Handling\r\n\r\nWrite code using if and switch statements and identify legal argument types for these statements\r\n\r\nWrite code using all forms of loops including labeled and unlabeled use of break and continue and state the values taken by loop control variables during and after loop execution\r\n\r\nWrite code that makes proper use of exceptions and exception handling clauses(try,catch,finally)and declare methods and overriding methods that throw exxceptions\r\n\r\nChapter3 Garbage Collection\r\n\r\nState the behavior that is guaranteed by the garbage collection system and write code that explicitly makes objects eligible for collection\r\n\r\nChapter4 Language Fundamentals\r\n\r\nIdentify correctly constructed source files,package declarations,import statements,class declarations(of all forms including inner classes),interface declarations and implementations\r\n(for java.lang.Runnable or other interface described in the test),method declarations(including the main method that is used to start execution of a class),variable declarations and identifiers\r\n\r\nState the correspondence between index values in the argument array passed to a main method and command line arguments\r\n\r\nIdentify all Java programming language keywords and correctly constructed identifiers\r\n\r\nState the effect of using a variable or array element of any kind when no expllicit assignment has been made to it \r\n\r\nState the range of all primitive data types and declare literal values for String and all primitive types using all permitted formats,bases,and representations\r\n\r\nChapter5 Operators and Assignments\r\n\r\nDetermine the result of applying and operator,including assignment operators,instanceof,and casts,to operands of any type class,scope or accessibility,or any combination of these\r\n\r\nDetermine the result of applying boolean equals(Object)method to objects of any combination of the classes java.lang.String,java.lang.Boolean,and java.lang.Object\r\n\r\nIn an expression involving the operators&,|,&&,||,and variables of known values,state which operands are evaluated and the value of the expression\r\n\r\nDetermine the effect upon object and primitive values of passing variables into methods and performing assignments or other modifying operations in that method\r\n\r\nChapter6 Overloading,Overriding,Runtime Type,and Object Orientation\r\n\r\nState the benefits of encapsulation in object-oriented design and write code that implements tightly encapsulated classes and the relationshops"is a "and "has a"\r\n\r\nWrite code to invoke overridden or overloaded methods and parental or overloaded constructors;and describe the effect of invoking these methods\r\n\r\nWrite code to construct instances of any concrete class including normal top level classes,inner classes,static inner classes,and anonymous inner classes\r\n\r\nChapter7 Threads\r\n\r\nWrite code to define,instantiate,and start new threads using both java.lang.Thread and java.lang.Runnable.Recognize conditions that mitht prevent a thread from executing\r\n\r\nWrite code using synchronized,wait,notify,and notifyAll to protect against concurrent access problems and to communicate between threadss.Define the interaction between threads and between threads and object locks when executing sychronized,wait,notify,or notifyAll\r\n\r\nChapter8 The java.awt Package\r\n\r\nWrite code using Component,Container,and Layout Manager classes of the java.awt package to present a GUI with the specified appearance and resize behavior,and distinguish the responsibilities of layout managers from those of containers\r\n\r\nWrite code to implement listener classes and methods,and in listener methods,extract information from the event to determine the afected component,mouse position,nature,and time of the event.State the event classname for any specified event listener in the java.awt.event package\r\n\r\nChapter9 The java.lang Package\r\n\r\nWrite code using the following methods of the java.lang.Math class:abs(),ceil(),floor(),max(),min(),random(),round(),sin(),cos(),tan(),sqrt()\r\n\r\nDescribe the significance of the immutability of String objects\r\n\r\nChapter10 The java.util Package\r\n\r\nMake apropriate selection of collection classes/interfaces to suit specified behavior requirements\r\n\r\nChapter11 The java.io Package\r\n\r\nWrite code that uses objects of the File class to navigate a file system\r\n\r\nWrite code that uses objects of the classes Input-StreamReader and OutputStreamWriter to translate between Unicode and either paltform default or ISO 8859-1 character encodings,and distinguish between conditions under which paltform default encoding conversion should be used and conditions under which a specific conversion should be used\r\n\r\nSelect valid constructor arguments for FilterInputStream and FilterOutputStream subclasses from a list of classes in the java.io,package\r\n\r\nWrite appropriate code to read,write and update files using FileInputStream,FileOutputStream,and RandomAccessFile objects\r\n\r\nDescribe the permanent effects on the file system of constructing and using FileInputStream,FileOutputStream,and RandomAccessFile objects\r\n\r\nAppendixA The Certification Initiavtive for Enterprise Development\r\n\r\nThe Structure of the Initiative\r\nThe Second-Level Exams\r\nThe Third-Level Exams\r\n\r\nGlossary\r\n