Главная    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
Предметный указатель
finalizer
finalizer chaining      
finalizer chaining, chaining:finalizers      
finally block      
finally block, blocks:finally      
first element      
first element, collections\:first element      
float      
float, literals:float      
floating-point      
Floating-point arithmetic
floating-point arithmetic, operators:floating-point
floating-point arithmetic:strictfp
floating-point arithmetic:strictfp, modifiers:strictfp      
floating-point arithmetic:strictfp, modifiers:strictfp, strictfp;keywords:strictfp      
floating-point division      
floating-point division, operators:floating-point division
floating-point division, operators:floating-point division, division:floating-point
floating-point remainder
floating-point remainder, operators:floating-point remainder      
floating-point, types:floating-point      
floating-point, types:floating-point, data types      [See types]
floating-point:literals      
floating-point:literals, literals:floating-point
floor method
foreign methods      
foreign methods, methods:foreign      
Foreword      
form feed      2nd
Formal parameters      2nd 3rd
formal parameters, methods:parameters      
formal parameters, methods:parameters, parameters      2nd
formal parameters, parameter list      [See formal parameters]
Formatting
formatting, program:formatting
fractional signed numbers
fully qualified names      2nd
fully qualified names, package      
gain lock ownership      
general abstractions      
general loops      
Generalization
generalized classes      
generalized classes, classes:generalized      
generic data types
generic data types, types:generic
goto      
grammar rules
GROUPING      
groups of objects      
GUI applications
Handles      [See references]
has-a relationship      
Hash codes      
Hash function      
Hash table      
Hash value
Hashing
HashSet      
HashSet, collections:HashSet      
head map view      
head set view      
Heap
hiding internals
Horizontal tab
HT<Ind_it>see<Ind_ro> Horizontal tab
Identifiers      
identifiers:predefined
identifiers:predefined, predefined identifiers
identifiers:reserved      
identifiers:reserved, reserved identifiers      
identifiers:variable      
identifiers:variable, variables:identifiers
identity conversion
identity conversion, conversions:identity      
IEEE 754-1985      
ignored exceptions      
IllegalArgumentException      
immediate superclass
immediately enclosing instance      
immutable collections      
immutable collections, collections:immutability
implementation
implementation inheritance
implementations      
implementations of collections      
implementations of collections, collections:implementations      
implementations, inheritance hierarchy      
implementations, objects:implementation      
implementations:collections
implementations:collections, collections:implementations
Implementing      
implementing, interfaces      
implements clause      
implements clause, keywords:implements      
IMPLICIT      
implicit, default constructor      2nd
implicit, inheritance      
implicit:narrowing conversions      
implicit:narrowing conversions, conversions:implicit narrowing      
import      
import, single type import      
import, statement      
import: declaration
import: declaration, keywords: import      
import: statement      
import: statement, keywords:import      
import: type import on demand, *      
increment expression      
Increment operator      
increment operator, decrement operator      
increment operator, decrement operator, operators:increment;operators:decrement; operators: ++; operators:--      
independent lifetimes      
INDEX      2nd
individual array elements
individual array elements, arrays:elements
individual array elements, arrays:elements, operator:[]; array:[]
Inequality      
inequality, inequality:      [See also equality]
infinite loop      
infinity      2nd
infinity, negative
infinity, positive      
inheritance      2nd 3rd 4th
inheritance, hierarchy      2nd
initial capacity      
Initialization      
initialization, code      
initialization, for statement
initialization, object references
initializer expressions
initializers      2nd
initializers, declaration-before-read rule      
inner classes
inner classes, classes:inner      
insertion order      2nd
Instance      
instance initializer block      
instance methods      
instance variables      2nd
instance, methods      
instance, variable initialization      
instance, variables      
instance:members      
instance:members, classes:instance members      
instance:members, classes:instance members, members:instance      
instance:methods      
instance:methods, objects:methods      
instance:methods, objects:methods, methods:objects      
instanceof operator      
instanceof operator, operators:instanceof      
instanceof operator, operators:instanceof, keywords:instanceof      
instance\
instance\, members
instance\, methods
instance\, variables
Instantiation      2nd
instantiation, anonymous classes      
instantiation, local classes      
instantiation, non-static member classes      
instantiation, static member classes
int      
integer arithmetic      
integer arithmetic, operators:integer arithmetic      
integer division      
integer division, operators:integer division
integer division, operators:integer division, division:integer
integer remainder operation      
integer remainder operation, operators:integer remainder
Integers
integers, literals
integers, types:integers
integers:data types
integers:data types, types:integers
integers:data types, types:integers, integers:types
integers:representation
integers:representation, bit patterns
Integral types
Integral types, types:integral types      
Integral types, types:integral types, data types      [See types]
integrity (maintaining)
integrity (maintaining), maintaining integrity
interface-based      
Interfaces
interfaces, body
interfaces, implementing
interfaces, initialization
interfaces:abstract
interfaces:abstract, abstract:interfaces
interfaces:collection core
interfaces:collection core, collections:interfaces
interfaces:header
interfaces:header, keywords:interface      
interfaces:variables      
interfaces:variables, variables:in interfaces      
internal invariants      
internal invariants, assertions:internal invariants      
Interpreter      
Intersection      
invoking garbage collection      
IOException      
is-a relationship      2nd 3rd
ISO Latin-1      
ISO Latin-1, character set:ISO Latin-1      2nd
iteration statements
iteration statements, statements:iteration
iteration statements, statements:iteration, control flow:iteration      [See iteration statements;loops see iteration statements;control flow:loops see iteration statements]
iteration statements, termination      
iterators
iterators, collections:iterators      
iterators, fail-fast      
JAR      
Java
Java 2 SDK
Java byte code      
Java compiler      
Java Native Interface see JNI
Java Native Interface see JNI, Java:Native Interface see JNI      
Java, interpreter      
Java, program
java, program: running
java, program: running, command: java
java:-disableassertions or -da      
java:-enableassertions or -ea      
javac
javac, -source 1.4      2nd
javac, program: compiling      
javac, program: compiling, command: javac      
javadoc utility
JNI
JVM
JVM, Java Virtual Machine      [See JVM]
key insertion order      
key insertion order, maps:key insertion order
key objects
key sets      
key sets, value collection      
key sets, value collection, entry set      
key sorting
Keys      
keys, values      
keywords      
keywords, class      2nd
keywords, static      2nd
keywords, unused words      
keywords, void
keywords:abstract      
keywords:abstract, abstract:methods
keywords:abstract, abstract:methods, methods:abstract; modifiers:abstract
keywords:catch
keywords:catch, catch block      
keywords:catch, catch block, blocks:catch      
keywords:do      
keywords:do, keywords:while      
keywords:do, keywords:while, do-while statement;statements:do-while; control flow:do-while      
keywords:else      
keywords:else, if-else statement      
keywords:else, if-else statement, statements:if-else; control flow:if-else      
keywords:final      
keywords:final, modifiers:final      
keywords:final, modifiers:final, final:members; members:final      
keywords:finally      
keywords:finally, finally block      
keywords:finally, finally block, blocks:finally      
keywords:for      
keywords:for, for statement
keywords:for, for statement, statements:for; control flow:for
keywords:if
keywords:if, statements:if
keywords:if, statements:if, statements:simple if; simple:if; control flow:if
keywords:instanceof
keywords:instanceof, operators:instanceof
keywords:instanceof, operators:instanceof, instanceof operator      
keywords:native
keywords:native, modifiers:native
keywords:native, modifiers:native, native methods; methods:native
keywords:super      
keywords:super, super keyword      
keywords:switch      
keywords:switch, statements:switch      
keywords:switch, statements:switch, control flow:switch; switch:statement      
keywords:synchronized
keywords:synchronized, synchronized:methods
keywords:synchronized, synchronized:methods, methods:synchronized; modifiers:synchronized
keywords:this      
keywords:this, references:this      
keywords:this, references:this, this:reference      
keywords:transient      
keywords:transient, modifiers:transient
keywords:transient, modifiers:transient, transient variables; variables:transient
keywords:try
keywords:try, try block      
keywords:try, try block, blocks:try
keywords:volatile
keywords:volatile, modifiers:volatile      
keywords:volatile, modifiers:volatile, volatile variables; variables:volatile
keywords:while
keywords:while, while statement
keywords:while, while statement, statements:while; control flow:while; flow control      [See control flow]
keywords\
1 2 3 4 5 6 7
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2026
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте