Главная    Ex Libris    Книги    Журналы    Статьи    Серии    Каталог    Wanted    Загрузка    ХудЛит    Справка    Поиск по индексам    Поиск    Форум   
blank
Авторизация

       
blank
Поиск по указателям

blank
blank
blank
Красота
blank
Mughal K., Rasmussen R. — A Programmer's Guide to Java Certification: A Comprehesive Primer
Mughal K., Rasmussen R. — A Programmer's Guide to Java Certification: A Comprehesive Primer



Обсудите книгу на научном форуме



Нашли опечатку?
Выделите ее мышкой и нажмите Ctrl+Enter


Название: A Programmer's Guide to Java Certification: A Comprehesive Primer

Авторы: Mughal K., Rasmussen R.

Аннотация:

To pass the Sun Certified Programmer for Java 2 Platform 1.4 exam (SCPJ2 1.4) you need this book. It is written for any experienced programmer (with or without previous knowledge of Java) interested in mastering the Java programming language and passing the SCPJ2 1.4 exam.

A Programmer's Guide to Java™ Certification, Second Edition, contains detailed coverage of all exam topics and objectives, helpful code examples, exercises, review questions, and several full practice exams. In addition, as a comprehensive primer to the Java programming language, this book is an invaluable reference tool for the reader.

This new edition has been thoroughly updated to focus on the latest version of the exam (CX-310-035). In particular, it contains more in-depth explanations of the syntax and usage of core language features that are now emphasized on the exam. The accompanying CD contains a version of the SCPJ2 1.4 Exam Simulator developed by Whizlabs Software, which includes several mock exams and simulates the exam-taking experience. The CD also contains the complete source code for all the examples, and solutions to the programming exercises.

What you will find in this book:
# Extensive coverage of all the objectives defined for the Sun Certified Programmer for Java 2 Platform 1.4 exam
# Easy-to-follow structure with chapters organized according to the exam objectives as laid out by Sun Microsystems
# Summaries that clearly state and differentiate the exam objectives and the supplementary objectives to be covered in each chapter
# A list of Sun's objectives for the SCPJ2 1.4 exam, and a guide to taking the exam
# A complete mock exam with new questions (not repeats of review questions)
# A CD that includes several mock exams and a version of the SCJP 1.4 Exam Simulator by Whizlabs Software, which simulates the exam-taking experience
# Numerous exam-relevant review questions to test your understanding of each major topic, with annotated answers
# Programming exercises and solutions at the end of each chapter
# Copious code examples illustrating concepts where the code has been compiled and thoroughly tested on multiple platforms
# Program output demonstrating expected results from running the examples
# Extensive use of UML (Unified Modeling Language) for illustration purposes
# An introduction to basic terminology and concepts in object-oriented programming
# Advice on how to avoid common pitfalls in mastering the language and taking the exam
# Platform-independent coverage — platform-specific details are provided where relevant
# Information about the SCPJ2 Upgrade exam


Язык: en

Рубрика: Технология/

Статус предметного указателя: Готов указатель с номерами страниц

ed2k: ed2k stats

Издание: 2nd

Год издания: 2003

Количество страниц: 672

Добавлена в каталог: 17.12.2006

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
...
/* and */
/** and */
//
2's complement
<Ind_prg>...
<Ind_prg>char<Ind_ro>
<Ind_prg>char<Ind_ro>, types\:<Ind_prg>char<Ind_ro>
<Ind_prg>char<Ind_ro>, types\:<Ind_prg>char<Ind_ro>, keywords\:<Ind_prg>char<Ind_ro>
<Ind_prg>Collection<Ind_ro> interface
<Ind_prg>const<Ind_ro>
<Ind_prg>const<Ind_ro>, reserved keywords\:<Ind_prg>const<Ind_ro>
<Ind_prg>double<Ind_ro>
<Ind_prg>double<Ind_ro>, types\:<Ind_prg>double<Ind_ro>
<Ind_prg>double<Ind_ro>, types\:<Ind_prg>double<Ind_ro>, keywords\:<Ind_prg>double<Ind_ro>; floating-point\:<Ind_prg>double<Ind_ro>
<Ind_prg>float<Ind_ro>
<Ind_prg>float<Ind_ro>, types\:<Ind_prg>float<Ind_ro>
<Ind_prg>float<Ind_ro>, types\:<Ind_prg>float<Ind_ro>, keywords\:<Ind_prg>float<Ind_ro>; floating-point\:<Ind_prg>float<Ind_ro>
<Ind_prg>goto<Ind_ro>
<Ind_prg>int<Ind_ro>
<Ind_prg>int<Ind_ro>, integers\: <Ind_prg>int<Ind_ro>
<Ind_prg>int<Ind_ro>, integers\: <Ind_prg>int<Ind_ro>, types\:<Ind_prg>int<Ind_ro>; keywords\:<Ind_prg>int<Ind_ro>
<Ind_prg>java\
<Ind_prg>java\, <Ind_prg>-disablesystemassertions<Ind_ro> or <Ind_prg>-dsa
<Ind_prg>java\, <Ind_prg>-enablesystemassertions<Ind_ro> or <Ind_prg>-esa
Absolute values
abstract:classes
abstract:classes, modifiers:abstract
abstract:classes, modifiers:abstract, keywords:abstract; classes:abstract
abstract:collection implementations
abstract:collection implementations, collections:abstract implementations
Abstraction
abstraction, building abstractions
access order
access order, maps: access order      
Accessibility      2nd
accessibility, anonymous classes      
accessibility, local classes
accessibility, non-static member classes
accessibility, static member classes      
accessibility:members
accessibility:members, members:accessibility      
accessibility:members, modifiers:accessibility      
accessibility:members, modifiers:accessibility, members:accessibility
accessibility:modifiers      
accessibility:modifiers, modifiers:accessibility
accessibility:modifiers, modifiers:accessibility, classes:accessibility;interfaces:accessibility
accessibility:public
accessibility:public, accessibility:classes
accessibility:public, accessibility:classes, classes:accessibility
actual parameter list      2nd
adding to class
adding to class, classes:adding to
additive operators
additive operators, operators:+
additive operators, operators:+, operators:-
Aggregation      2nd 3rd
aggregation, hierarchy
Aliases
aliases, aliases:      [See also references]
aliases, references:aliases      
analyzing program code      
AND      
and, bitwise\:and      
and, bitwise\:and, integers\:and
and, logical\:and
anonymous classes
anonymous classes, classes:anonymous
anonymous classes, classes:anonymous, nested classes:anonymous
anonymous classes: event listeners
anonymous classes: event listeners, event listeners: anonymous classes
anonymous:arrays
anonymous:arrays, arrays:anonymous
anonymous:collection implementations
anonymous:collection implementations, collections:anonymous implementations
APOSTROPHE
appending elements      
Appendix A
Appendix B
Appendix F
Appendix G
Application
arguments to main method
ArithmeticException
array creation expression      2nd
array initializer block
array list
array list, vector
array list, vector, linked list;collections:ArrayList; collections:Vector; collections:LinkedList
Array of arrays      2nd
array operations
array operations, collections:array operations
array operations, collections:array operations, arrays:collection operations
ArrayIndexOutOfBoundsException
ArrayIndexOutOfBoundsException, exceptions:ArrayIndexOutOfBoundsException
Arrays
arrays, arrays:objects
arrays, bounds
arrays, default initialization
arrays, length
arrays:declarations
arrays:declarations, declarations:arrays
arrays:initialization
arrays:initialization, arrays:default initialization
arrays:initialization, initialization:arrays      
arrays:initialization, initialization:arrays, initializing      [See initialization]
arrays:reference
arrays:reference, references:array      2nd 3rd 4th
ArrayStoreException
ArrayStoreException, exceptions:ArrayStoreException
ASCII      
ASCII, character set:ASCII      2nd
assert statement
assert statement, assert statement:
assert statement, assert statement:, keywords:assert; statements:assert; transfer flow:assert;      [See assertions]
AssertionError
AssertionError, AssertionError:      [See also assertions]
assertions
assertions, assertions:assert statement
assertions, compiling
assertions, conditional compilation
assertions, enabling and disabling
assertions, using
assignable
assignment compatible
assignments
assignments, implicit narrowing
assignments, numeric conversions      
assignments:extended operator
assignments:extended operator, operators:extended assigments
assignments:operator
assignments:operator, operators:assignment
assignments:references
assignments:references, references:assignment
Asynchronous
automatic garbage collection      2nd 3rd
AWTException
backslash
BACKSPACE      
bags
Balanced tree
balanced tree, trees
Base      2nd
base class
base class, classes:base
base, number systems:base
basic map operations
basic map operations, collections:basic operations
BINARY
Binary numbers      
binary numbers, octal numbers
binary numbers, octal numbers, hexadecimal numbers;binary: numbers      
binary, shift operators
binary:numeric promotion
binary:numeric promotion, numeric promotions:binary
binary:operators
binary:operators, operators:binary
binary\:search
binary\:search, searching for elements      2nd
bitwise:assignment
bitwise:assignment, operators:compound assignment
bitwise:assignment, operators:compound assignment, assignments:compound operators;assignments:bitwise
bitwise:operators
bitwise:operators, operators:bitwise
blank final variable
blank final variable, variables:blank final      2nd
blocked for I/O state      
blocked for I/O state, threads:Blocked for I/O state
blocked for join completion state
blocked for join completion state, threads: Blocked for join completion state
blocked for lock acquisition state
blocked for lock acquisition state, threads:Blocked for lock acquisition state
blocks:scope
blocks:scope, scope:block
blocks:scope, scope:block, local:variables;variables:local
Boolean wrapper class
Booleans
booleans, casting      2nd
booleans, keywords\:<Ind_prg>boolean<Ind_ro>
booleans, keywords\:<Ind_prg>boolean<Ind_ro>, types\:<Ind_prg>boolean<Ind_ro>
booleans, types:boolean      2nd
booleans:expressions
booleans:expressions, expressions:boolean
booleans:literals
booleans:literals, literals:boolean
break statement
break statement, keywords:break
break statement, keywords:break, statements:break;control flow:break
break statement, switch:break
break statement, switch:break, control flow:break      [See break statement; ]
BS<Ind_it>see<Ind_ro> Backspace
buckets      
bulk map operations
bulk map operations, collections:bulk operations
BYTE
byte code
byte, types\:<Ind_prg>byte<Ind_ro>
byte, types\:<Ind_prg>byte<Ind_ro>, keywords\:<Ind_prg>byte<Ind_ro>; integers\: <Ind_prg>byte<Ind_ro>
C
C++
Call-by-reference
Call-by-value
callee
callee, objects:callee
caller
caller, objects:caller
Carriage return      2nd
cascading if-else statements
case labels
case labels, expressions
case labels, expressions, labels:expressions; expressions:label; expressions:case labels
case labels, labels:case
case labels, labels:case, labels:switch statement; keywords: case
Case-sensitivity
CAST operator
cast operator, operators:cast
Casting
casting, cast:
casting, types:casting
casting, types:casting, casting:      [See also conversions [casting:zzz]]
catch-and-throw paradigm
catching exceptions
ceil method
Certification      2nd
chaining:new operator
chaining:new operator, new operator
char
char, characters
char, characters, types:char
Character set
character set, Unicode
character strings
Character wrapper class
characters:literals
characters:literals, literals:character      2nd
checked exceptions
checked exceptions, exceptions:checked      [See checked exceptions]
child class
child class, classes:child
child threads
child threads, threads:child
child threads, threads:child, spawning threads; threads:spawning
choosing between String and StringBuffer class
class file
class lock      2nd
class method
class variable
ClassCastException
ClassCastException, exceptions:ClassCastException
Classes
classes, accessibility
classes, declaration context
classes, extending
classes, grouping
classes, initialization      2nd
classes, members
classes, methods
classes, name
classes, non-static member
classes, static
classes, variables
classes: instances
classes: instances, instance:      [See also object [instance:zzz]]
classes:definitions
classes:definitions, interfaces:definitions
classes:definitions, interfaces:definitions, definitions:classes; definitions:interfaces
classes:definitions, objects:identity
classes:definitions, objects:identity, identity of object
classes:definitions, types:classes see classes
classes:definitions, types:classes see classes, types:seealso classes [types:zzz]
classes:header
classes:header, keywords:class
classes:local
classes:local, local:classes
classes:local, local:classes, nested classes:local
classes:Object
classes:Object, objects:Object class
classes:Object, objects:Object class, Object class
classes:top-level
classes:top-level, classes:definitions
classes:top-level, classes:definitions, interfaces:top-level; interfaces:definitions; definitions:classes; definitions:interfaces
classes:top-level, interfaces:top-level
classes\
classes\, diagram      2nd
ClassLoader class
clean-up code
cleaning up
cleaning up, objects:cleaning up
Client
Cloneable interface
Cloneable interface, cloning objects
Cloneable interface, cloning objects, duplicating objects; objects\:cloning
code optimizations
code reuse
code reuse, reuse of code      2nd
collections      2nd 3rd
collections framework
collections framework, framework for collections
Collections utility class      2nd
collections, Cloneable
1 2 3 4 5 6 7
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2025
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте