Авторизация
Поиск по указателям
Niemeyer P., Knudsen J. — Learning Java
Обсудите книгу на научном форуме
Нашли опечатку? Выделите ее мышкой и нажмите Ctrl+Enter
Название: Learning Java
Авторы: Niemeyer P., Knudsen J.
Аннотация: Version 5.0 of the Java 2 Standard Edition SDK is the most important upgrade since Java first appeared a decade ago. With Java 5.0, you'll not only find substantial changes in the platform, but to the language itself-something that developers of Java took five years to complete. The main goal of Java 5.0 is to make it easier for you to develop safe, powerful code, but none of these improvements makes Java any easier to learn, even if you've programmed with Java for years. And that means our bestselling hands-on tutorial takes on even greater significance.
Learning Java is the most widely sought introduction to the programming language that's changed the way we think about computing. Our updated third edition takes an objective, no-nonsense approach to the new features in Java 5.0, some of which are drastically different from the way things were done in any previous versions. The most essential change is the addition of "generics", a feature that allows developers to write, test, and deploy code once, and then reuse the code again and again for different data types. The beauty of generics is that more problems will be caught during development, and Learning Java will show you exactly how it's done.
Java 5.0 also adds more than 1,000 new classes to the Java library. That means 1,000 new things you can do without having to program it in yourself. That's a huge change. With our book's practical examples, you'll come up to speed quickly on this and other new features such as loops and threads. The new edition also includes an introduction to Eclipse, the open source IDE that is growing in popularity.
Язык:
Рубрика: Технология /
Статус предметного указателя: Готов указатель с номерами страниц
ed2k: ed2k stats
Издание: 3-rd
Год издания: 2005
Количество страниц: 976
Добавлена в каталог: 14.06.2007
Операции: Положить на полку |
Скопировать ссылку для форума | Скопировать ID
Предметный указатель
read/write positions and limits within buffers
readDouble( ) method
Reader class
reading locks
readLine( ) method 2nd
readObject( ) method
readUTF( ) method
ReadWriteLock interface
readySet( ) method
realize( ) method
rebind( ) method
Rectangle2D class
recurring tasks 2nd
Recursion
redeployment of WAR files
redrawrate property
refactoring (Eclipse IDEs)
ReferenceQueue class
references
references, arguments
references, arrays 2nd
references, calling methods in
references, elements of array of objects
references, finalizing objects
references, garbage collection and
references, method overloading and
references, narrowing
references, object serialization and
references, objects 2nd 3rd
references, passing arguments to methods
references, super
references, this 2nd 3rd
references, weak 2nd
Reflection 2nd
reflection, dynamic interface adapters
reflection, JavaBeans, using in 2nd
reflection, methods, accessing
reflection, runtime event hookups with
reflection, security and
reflection, uses of
regionMatches( ) method
register( ) method
Registry
registry, applets using static methods for
registry, RMI
regular expressions (and pattern matching)
regular expressions (and pattern matching), capture groups
regular expressions (and pattern matching), characters and character classes
regular expressions (and pattern matching), escaped characters
regular expressions (and pattern matching), GET method, matching with
regular expressions (and pattern matching), greediness in matching
regular expressions (and pattern matching), groups 2nd
regular expressions (and pattern matching), iterators
regular expressions (and pattern matching), java.util.regex API
regular expressions (and pattern matching), lookaheads and lookbehinds
regular expressions (and pattern matching), position markers
regular expressions (and pattern matching), special options
regular expressions (and pattern matching), strings
reifiable types
relationships
relationships, classes
relationships, classes, arrays
relationships, classes, inheritance and subclassing
relationships, classes, inner classes
relationships, classes, interfaces
relationships, classes, packages
relationships, classes, visibility
relationships, generics
relationships, wildcards
relative paths 2nd 3rd
relative positioning
relative URLs
relative URLs, constructing for loading applet resources
reliable protocols
reloading web applications
remote interfaces
remote interfaces, Remote interface, defining for RMI server
remote interfaces, WorkListener (example)
remote objects
remote objects, implementing with UnicastRemoteObject
remote objects, stubs and skeletons
Remote procedure calls (RPCs)
RemoteException class 2nd
RemoteObject interface
remove( ) method
remove( ) method, Collection interface
remove( ) method, DocumentFilter class
remove( ) method, Iterator class 2nd
remove( ) method, List interface
remove( ) method, Map interface
remove( ) method, Preferences class
remove( ) method, SortedSet interface
removeNode( ) method
renameTo( ) method
Rendering
rendering, applying
rendering, clipping shape, limiting to interior of
rendering, FontRenderContext class
rendering, Graphics2D class
rendering, hints
rendering, hints, RenderingHints class
rendering, hints, rescaling images
rendering, pipelines
rendering, shapes
rendering, text
rendering, transformations and
reordering columns
repaint( ) method 2nd 3rd
repaint( ) method, animation, use in
repaint( ) method, Component class
repaint( ) method, image observers and
repaint( ) method, limiting redrawing with
repaint( ) method, progressive image updates
repaint( ) method, UpdateApplet class
replace( ) method
replace( ) method, DocumentFilter class
replace( ) method, String class
replaceAll( ) method
replaceFirst( ) method
replacing text
request and response objects
request and response objects, determining request type
request and response objects, HttpServletResponse
request and response objects, object-based servers
request and response objects, servlets 2nd
requestFocus( ) method 2nd
RescaleOp operator
reset facility, buffers
Reset( ) method
reset( ) method, Buffer class
reset( ) method, BufferedInputStream class
resetBuffer( ) method
Resources
resources, application, loading
resources, bundles
resources, bundles, MissingResourceException class
resources, bundles, ResourceBundle class
resources, inter-applet communication
responses, HTTP 2nd
resume( ) method
retrieving font names
return keyword
return statements
return types, overriden methods
Return values
revalidate( ) method 2nd
rewind( ) method
RGB (red, green, and blue)
RGB (red, green, and blue), color components
RGB (red, green, and blue), images
RGB (red, green, and blue), values
Rich Music Format (RMF)
right-justifying text
RMF (Rich Music Format)
RMI (Remote Method Invocation) 2nd 3rd 4th
RMI, dynamic class loading
RMI, example
RMI, objects
RMI, objects, activation
RMI, objects, serialization
RMI, remote object references, passing
RMI, security
RMI, stubs and skeletons
RMI, UnicastRemoteObject class
rmic (RMI compiler) 2nd
rmiregistry application 2nd
RMISecurityManager class
roles, assigning to users
root elements (XML)
root logger
root node for user and system preferences trees 2nd
root path on web server for web applications
Roots 2nd
rotate by 13 letters (rot13) operation
rotational transformation (images)
round( ) method
Rows
rows, GridBagLayout
rows, justification in FlowLayout
rows, setting number in GridLayout
rows, spanning
rows, tables
rows, weights, calculating
RPCs (remote procedure calls)
RTF documents, displaying in text components
run( ) method 2nd 3rd
run( ) method, HelloComponent4 class (example)
run( ) method, object-based servers
run( ) method, Thread class
run( ) method, TinyHttpdConnection class
Runnable interface 2nd 3rd
Runnable interface, subclassing
Runnable interface, Thread class and
Runnable interface, threads
Running
running, applications 2nd 3rd
running, BeanShell scripts
running, Eclipse IDE examples
runtime
runtime, adaptive compiler, use at
runtime, collections
runtime, errors
runtime, interpreters
runtime, systems
runtime, typing (Java)
RuntimeException class 2nd
s (single-line) mode, regular expression matching
safety, Swing
sameFile( ) method
SampleModel class
save( ) method
saveFile( ) method
saving images
SAX (Simple API for XML) 2nd
SAXModelBuilder
say( ) method
scalable I/O with NIO
Scalars
scalars, types (C language)
scalars, values
scaling images
Scanner class
schedule( ) method
ScheduledExecutorService
scheduling threads
schemas, W3C simple types
schemes, encoding
Scope
scope, application-level in Java packages
scope, declaring
scope, local variables
scope, shadowed variables
Scripts
scripts, BeanShell
scripts, reflection APIs, integrating
scrollbars 2nd
SDK (Software Development Kit) 2nd
SDK, javap tool
SDK, policytool utility
SDK, servlets and web applications
SDK, system properties, access to
Searching
searching, collections
searching, strings
sections (CDATA)
Secure Socket Layer (SSL)
Security
security, access to filesystems, controlling
security, applets 2nd
security, application- and user-level
security, bytecode verifier
Security, certificates 2nd
security, class loaders
security, data transport
security, digital signatures, using
security, dynamic memory management
security, error handling
security, EventHandler class and
security, HTTP daemon server
security, incremental development
security, inner classes
security, Java
security, Java, design features
security, Java, features
security, Java, implementation features
security, modifiers
security, policy files 2nd
security, procedural
security, Reflection API
security, RMISecurityManager
security, scalability
security, security managers 2nd
security, security managers, default 2nd
security, security managers, flagging windows
security, security managers, policy files, using with
security, SecurityManager class
security, signing classes
security, sockets
security, threads
security, type safety and method binding
security, web applications
security, web communications
SecurityException class
SecurityManager class
seeding pseudorandom number generator
seek( ) method
select( ) method
selectable channels
selectable I/O with NIO package
selectable I/O with NIO package, LargerHttpd (example), nonblocking web server
selectable I/O with NIO package, nonblocking client-side operations
selectAll( ) method
selectedKeys( ) method
selecting methods
SelectionKey class
selections
selections, combo box and lists
selections, lists
selections, text components
selections, trees
Реклама