Главная    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
Предметный указатель
operators, integer      
operators, overloaded      
operators, precedence      
operators, []      
operators, \"      2nd 3rd 4th 5th
operators, ^      2nd
operators, ^=      2nd
operators, ~      
operators: dot      
operators: dot, operators: .      
operators:boolean      
operators:boolean, operators:logical      
operators:compound assignment      
operators:compound assignment, assignments:compound operators      
operators:new see new operator      
operators:new see new operator, keywords:new see new operator      
operators:unary      
operators:unary, operators:unary -      
operators:unary, operators:unary -, operators:unary +      
optional operations      
optional operations, collections:optional operations      
OR
or, bitwise\:or      
or, bitwise\:or, integers\:or      
or, logical\:or      
ordered collections      
ordered collections, collections:ordered      
ordering mode      
ordering mode, maps:ordering mode      
outer object      
outer object, objects:outer      
Overflow      
overflow, operators:overflow      
overflow, underflow      
overflow, underflow, values:overflow;values:underflow      
overloaded      
overloaded, operators:overloaded      
overloading:constructors      
overloading:constructors, constructors:overloading      
overloading:methods      
overloading:methods, method overloading      
overloading:resolution      
overloading:resolution, method overloading:resolution      
Override      
overriding      
overriding, equals      2nd 3rd
overriding, finalizers      
overriding, hashCode      
overriding, toString      2nd
overriding:methods      
overriding:methods, method overriding      
package accessibility      
package accessibility, accessibility:package      
package accessibility, accessibility:package, packages:accessibility      [See package accessibility]
package statement      
package statement, keywords:package      
Packages      
packages, hierarchy      
packages, java.lang      
packages, java.util      
packages, members      
packages, naming scheme      
packages, short-hand      
packages, unnamed      
packages:definition      
packages:definition, definitions:packages      
packages:definition, definitions:packages, package statement; packages:statement      [See package statement]
Parameters      
parameters, array elements      
parameters, arrays      
parameters, formal      [See formal parameters]
parameters, primitives      
parameters, references      
parameters:actual      
parameters:actual, variables:parameters      
parameters:conversions on passing      
parameters:conversions on passing, conversions:parameter passing      
parameters:passing      
parameters:passing, passing:parameters      
parameters:this      
parameters:this, parameters:implicit      
parent class      
parent class, classes:parent      
Parentheses      
parseType method      
parsing numeric values      
parsing numeric values, types:parsing      2nd
partial implementation      
partly synchronizing a method      
passing:messages      
passing:messages, message:passing      
passing:messages, message:passing, objects:communication;communication      
passing:references      
passing:references, references:passing      
paths of execution      
persistent objects      
persistent objects, objects:persistent      
persistent objects, objects:persistent, storing objects      
Polymorphism      2nd 3rd 4th 5th
positive zero      
positive zero, zero:positive      
postconditions      
postconditions, assertions:postconditions      
postfix operators      
postfix operators, operators:postfix      
Power      
power, raised to power      
precedence rules      
PRECISION      
preconditions      
preconditions, assertions:preconditions      
predefined literals      
preempted threads      
preemptive scheduling      
Preface      
Prefix      2nd
prefix, 0      2nd
prefix, 0x      2nd
primitive types      
primitive values      
primitive values, equality      
primitive values:assignment      
primitive values:assignment, assignments:primitive values      
primitive values:passing      
primitive values:passing, primitive types:      [See also primitive values[primitive types:zzz]]
Priorities      
priorities, threads:priorities      2nd
priority of thread      
PRIVATE      
private members      
private members, keywords:private      
private members, keywords:private, accessibility:private      
process-based multitasking      
Processes      
PROGRAM      
program arguments      
program arguments, parameters:program      
program arguments, parameters:program, parameters:main method;main method arguments      
program, application      
program, command line      
programmer exam      
Properties      
properties, attributes see properties      
properties, attributes see properties, properties:      [See also class members]
protected      
protected members      
protected members, keywords:protected      
protected members, keywords:protected, accessibility:protected      
prototypes of methods      
prototypes of methods, methods:prototypes      
PUBLIC      
public members      
public members, keywords:public      
public members, keywords:public, accessibility:public      
Questions      
Quotation mark      2nd
Race condition      
RADIANS      
RADIX      [See base]
Random number      
random number, pseudorandom number      
range-view      
range-view, collections\:range-views      
range-view, collections\:range-views, collections\:views      
range\      
range\, character values      
range\, floating-point values      
range\, integer values      
Ready-to-run state      
Ready-to-run state, threads:Ready-to-run state      
reclaiming memory      
Reducing complexity      
reference objects      2nd
reference type      
reference values      
reference variable      2nd
references      2nd 3rd 4th 5th 6th 7th
references, abstract types      
references, casting      
references, equality      
references, reachable      2nd
references, variables:object reference      
references, variables:object reference, variables:references      
references:assignment      
references:assignment, conversion:reference assignment      
references:this      
references:this, references:super      
Referent      
Relational operators      
relational operators, operators:relational      
relational operators, operators:relational, operators:boolean      
remainder operator:%      
remainder operator:%, operators:%      
replacing characters      
replacing characters, strings\:replacing      
reserved keywords      
reserved keywords, goto      
Resources      
resurrecting objects      
resurrecting objects, objects:resurrection      
retaining elements      
retaining elements, collections\:retaining elements      
Return statement      
return statement, keywords:return      
return statement, keywords:return, control flow:return; methods:return; methods:termination; statements:return      
return value      
rhyming order      
right associativity      
right associativity, associativity      
right-most bit      
Ripple effect      
role relationship      
Round-Robin scheduling      
rounding functions      
rounding numbers      
rounding numbers, round method      
Runnable interface      
Runnable interface, threads:Runnable      2nd
running out of memory      
Running state      
Running state, threads:Running state      
runtime      
runtime checks      
Runtime class      
runtime environment      
runtime stack      
runtime, bounds checking      
RuntimeException      
schedulers      
Scientific notation      
scientific notation, literals:scientific notation      
Scope      
scope, catch block      
scope:class      
scope:class, classes:scope      
search key      
Searching      
searching in string      
searching in string, characters:searching for      
searching in string, characters:searching for, substring searching; strings:searching      
SecurityManager class      
selection statements      
selection statements, statements:selection      
selection statements, statements:selection, conditional:statements; statements:conditional      
semantic definition      
semicolon      
semicolon, empty statement      
semicolon, empty statement, statements:empty      
SEQUENCE      
Services      
services, objects:services      
Set      2nd
shallow copying      
shared resource      
shift:distance      
shift:distance, distance of shift      
shift:operators      
shift:operators, shifting      
shift:operators, shifting, operators:shift;operators:bitwise;bitwise:shifting;bit shifting      
shift\:left      
shift\:left, left\:shift      
short      
short, keywords\:<Ind_prg>short<Ind_ro>
short, keywords\:<Ind_prg>short<Ind_ro>, integers\: <Ind_prg>short<Ind_ro>; types\:<Ind_prg>short<Ind_ro>
short-circuit      
short-circuit, operators:short-circuited      
short-circuit:evaluation      
short-circuit:evaluation, evaluation short-circuits      
shuffle elements      
shuffle elements, permute elements      
shuffle elements, permute elements, random order; collections\:shuffle elements      2nd
sign fill      
Signature      
signature, methods:signature      2nd
signed shift      
simple:assignment operator      
simple:assignment operator, assignments:operator      
simple:assignment operator, assignments:operator, operators:assignment;operators: =      
simple:statement      
simple:statement, statements:simple      
single implementation inheritance      2nd 3rd
single-line comment      
single-quotes      
single-valued maps      
singleton set      
singleton set, collections:singleton set      
skeletal source file      
Sleeping state      
Sleeping state, threads:Sleeping state      2nd
sorted map      2nd
sorted map, collections:SortedMap      
sorted set      2nd
sorted set, collections:SortedSet      2nd
Sorting      
sorting, collections\:sorting      2nd
Source      
source, file      2nd
source, file structure      
spaces      
special character values      
1 2 3 4 5 6 7
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2024
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте