Главная    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
Предметный указатель
Specialization
specialized classes
specialized classes, classes:specialized
Square root
STACK
stack trace
statements
statements, break
statements, return
statements: labeled      
statements: labeled, labels
statements: labeled, labels, labels: labeled statement
static
static context
static context, static code:      [See static context]2nd [See static context]
static factory methods
static factory methods, factory methods
static field
static initializer
static keyword
static keyword, keywords:static
static member classes      
static member classes, classes:static member      
static member classes, classes:static member, nested classes:static member      
static member classes:full name      
static member classes:full name, non-static member classes:full name
static member classes:full name, non-static member classes:full name, nested classes:full name
static members      2nd
static members, classes:static members
static members, classes:static members, members:static
static members, static:members      [See static members]
static variables      2nd
static variables, static:variables      [See static variables]
static, initializer block
static, methods      2nd
static, variable initialization
static\      
static\, methods      
string buffer
string buffer, capacity
String class
String class, strings
string literals
string literals, interned      
StringBuffer class      
StringBuffer class, strings:buffers      
strings
strings, appending
strings, capacity      
strings, changing case
Strings, comparing      
strings, concatenation operator +      2nd
strings, deleting
strings, individual characters      
strings, inserting      
strings, lexicographical order      
strings:comparing
strings:comparing, strings:natural order
strings:concatenation
strings:concatenation, concatenation operator
strings:concatenation, concatenation operator, operators:string concatenation;operators: +
strings:constructing      
strings:constructing, string buffer:constructing
strings:initializing
strings:initializing, strings:creating
strings:literals
strings:literals, literals:string
strings\
strings\, charAt
strings\, compareTo
strings\, concat
strings\, equals      2nd
strings\, getChars      
strings\, ignoring case in comparison      
strings\, indexOf      
strings\, individual characters
strings\, length      2nd
strings\, trim
strong references
strong references, references: strong
strongly typed language
subclass      2nd
subclass, classes:subclass      2nd
subinterface
submap view
subpackage      
Subset      2nd
subset, collections\:subset      
substrings
substrings, strings:substrings
substrings, strings:substrings, extracting substrings; strings:extracting substrings
Subtype
Suffix      
suffix, D      
suffix, F      
suffix, L      
Sun Educational Services      
Super      
super, construct      
super:keyword      
super:keyword, keywords:super      
super:reference      
super:reference, references:super      
super:reference, references:super, super:keyword; keywords:super      
superclass      
superclass, classes:superclass      2nd
superclass-subclass relationship      
superinterfaces      
Superset      
supertypes      
switch:break      
switch:break, break statement      
switching between threads
switching between threads, threads:switching      
Sylvan Prometric      
Synchronization
synchronization, threads:synchronization
synchronized:blocks      
synchronized:blocks, constructs: synchronized blocks      2nd 3rd
synchronized:keyword      
synchronized:keyword, keywords:synchronized      
synchronized:keyword, keywords:synchronized, threads:synchronized; methods:synchronized; synchronized: methods      
syntactically legal
System class
system classes      2nd
TAB<Ind_it>see<Ind_ro> Horizontal tab
Tabs      
tabs, tabulators      
tail map view      
tail set view      
technology architect exam      
technology architect exam, architect exam
telephone directory order      
terminating loops      
ternary conditional operator      
ternary conditional operator, operators:ternary      2nd
testing locations      
textual representation      
this      
this() constructor call      2nd
this, special form      
Thread      
Thread class      
Thread class, threads:class      
Thread class, threads:class, threads:Thread class      
thread creation      
thread creation, creating:threads      
thread of execution      
thread safety      
thread, live      
thread-based multitasking      
Thread-safe      
thread-safe collections      
thread-safe collections, collections:thread-safety      
ThreadDeath      
threads      
threads, alive      
threads, blocked      
threads, code executed      
threads, death      
threads, implemented by inner classes      
threads, notification      
threads, running      
threads, scheduler      
threads, starting
threads, status      
threads, synchronization      
threads:creation      
threads:creation, creating:threads      
threads:sleeping      
threads:sleeping, sleeping      
threads:starting
threads:starting, starting threads      
threads:transitions      
threads:transitions, threads:states      
threads:yielding
threads:yielding, yielding      
threads\
threads\, names
threads\:alive      
threads\:alive, live threads
threads\:joining
threads\:joining, joining threads
threads\:notifying
threads\:notifying, notifying threads      2nd
throw statement      
throw statement, keywords:throw
throw statement, keywords:throw, statements:throw; exceptions: throw; control flow:throw
Throwable class      2nd
throwing exceptions
throwing exceptions, exceptions:throwing      [See throwing exceptions]
throws clause
throws clause, keywords:throws
throws clause, keywords:throws, methods:throws clause      
time-sliced scheduling      
Tokens      
top level      
top level, classes      
ToString method      2nd
toString method, methods\:toString      
toString method, methods\:toString, textual representation
Total order
transfer statements
transfer statements, statements:transfer
transfer statements, statements:transfer, control flow: transfer statements; control transfer; statements:control transfer      
tree map
tree map, collections:TreeMap
tree set      
tree set, collections:TreeSet      
trigonometry functions
true literal
true literal, literals:true      
true literal, literals:true, reserved literals:true      
truth-values      2nd
try-catch-finally construct
type hierarchy
type safe      
type safe, conversions:type safe
Types
types, byte
types, compatibility
types, floating-point
types, int
types, interface
types, long
types, short
types, wrappers
UML
UML, aggregation
UML, UML:      [See also diagrams [UML:zzz]]
UML:accessibility
UML:accessibility, accessibility:UML      
UML\      
UML\, classes
UML\, inheritance      
unary numeric promotion
unary numeric promotion, numeric promotions:unary      
unary operators      
unary operators, operators: unary      
unary operators, operators:unary      
Uncaught exceptions      
uncaught exceptions, exceptions:uncaught
unchangeable variables      
unchecked exceptions      
unchecked exceptions, exceptions:unchecked
Underflow      
Unicode
Unicode, character set:Unicode
Unified Modeling Language      [See UML]
union
unsafe casts
unsafe casts, conversions:unsafe casts
unsupported operations      
unsupported operations, collections:unsupported operations      
unused keywords
unused keywords, reserved keywords      
unused keywords, reserved keywords, keywords:reserved words; keywords: unused words
upcasting      
upcasting, casting:upcasting      
upcasting, reference:upcasting      
user threads      
user threads, threads:user
using arrays
using arrays, arrays:using      
using packages
using packages, packages:using      
value objects      
valueOf method      2nd 3rd
valueOf method, methods\:valueOf      
Values      
values, constants
values, values:      [See also variables [values:zzz]]
values, wrap-around      
variable declarations      2nd
variable declarations variables      
variable declarations variables, declarations see variable declarations      
variable declarations variables, declarations see variable declarations, declarations:variables see variable declarations
variable initialization
variable initialization, variables:initialization      [See variable initialization]
Variables      
variables, lifetime      
variables, parameters
variables, static      
variables, storing      
variables, variable declarations      
variables, variable declarations, initialization:variables; using variables      
Venn diagrams      
view of list      
view of list, sublist      
view of list, sublist, collections\:views; range-view      
VirtualMachineError      
void      
Void wrapper class
void, keywords:void
wait set      
waiting for conditions
waiting for notification state      
waiting for notification state, threads: waiting for notification state
White space
white space, trim      
1 2 3 4 5 6 7
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2026
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте