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

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

blank
blank
blank
Красота
blank
Niemeyer P., Knudsen J. — Learning Java
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.


Язык: en

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

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

ed2k: ed2k stats

Издание: 3-rd

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

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

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

Операции: Положить на полку | Скопировать ссылку для форума | Скопировать ID
blank
Предметный указатель
modifiers, interfaces, variables
modifiers, keys      2nd
modifiers, private      2nd 3rd
modifiers, protected      2nd
modifiers, public      2nd
modifiers, public, combining with static modifier      
modifiers, public, interface      
modifiers, public, methods and variables
modifiers, security      
modifiers, strictfp class      
modifiers, synchronized      2nd 3rd
modifiers, transient      
modifying Swing
Monitors      2nd
Monson-Haefel, Richard
months, setting      
Mouse      2nd 3rd 4th
mouse, events      
mouse, events, DrawPad application (example)
mouse, events, getting x and y coordinates of position
mouse, events, inner classes supplying handlers for      
mouse, events, MouseEvent class      
mouse, events, MouseMotionListener interface      2nd
mouse, events, pop-up menus and      
mouse, InputEvents class      
mouse, wheels, scrolling with      2nd
mouse-wheel      
mouseDragged( ) method      2nd 3rd 4th 5th
mouseMoved( ) method      
mousePressed( ) method      
movies      
multicast sockets
multicasting events
multidimensional arrays      
multiline (m) mode, regular expression matching      
Multimedia      
multiple inheritance      
Multiplicity      
Multithreading      
multithreading, Swing
MutableTreeNode interface
MVC (Model-View-Controller) framework      2nd 3rd 4th
Nagle's algorithm, turning off
Names      
names, applets
names, attribute (HTML)
names, binding/rebinding names to registry
names, domains      
names, files, localization of      
names, fonts
names, fully qualified      2nd
names, HTML frames for displaying documents      
names, inner classes
names, Naming class
names, packages
names, remote interfaces
names, Swing
names, URNs      2nd
Namespaces      
namespaces, XML      
namespaces, XSL
naming conventions      
naming conventions, constructor methods      
naming conventions, JavaBeans, naming and design patterns
naming conventions, packages
naming conventions, Swing components
NaN (not-a-number)
narrowing reference types
native methods
native threads
nativeOrder( ) method      
Navigating
navigating, 2D APIs
navigating, Eclipse IDEs
navigating, focus
NavigationFilter interface
Negative infinity
negative lookahead operator (?!)
Nesting
nesting, character classes
nesting, comments      
nesting, expressions, parsing      
nesting, XML tags
NetBeans
NetBeans, IDE
NetBeans, IDE, get and set method patterns, recognition of
NetBeans, patterns      
NetBeans, patterns, design
NetBeans, patterns, properties
Netscape
Netscape, applets, history of use
Netscape, CA certificates
Netscape, signed applets
Netscape, viewing Plug-in applets with
Netscape, XML support (v. 6.x)
Networking      2nd
networking, byte order
networking, classes for (java.net package)
networking, example
networking, exceptions
networking, nonblocking web server
networking, protocols
networking, remote and nonremote objects      
networking, selectable channels
networking, sockets      2nd
networking, TinyHttpd server (example)
new operator      2nd 3rd 4th
new operator, anonymous inner classes      
new operator, arrays
new operator, multidimensional arrays and
new operator, objects, creating
newAudioClip( ) method
newCachedThreadPool( ) method
newDecoder( ) method
newEncoder( ) method      
newFixedThreadPool( ) method
newInstance( ) method      
newSingleThreadExecutor( ) method
next( ) method
nextDouble( ) method      
nextElement( ) method      
nextGaussian( ) method
nextToken( ) method
NFS servers
NIO (new I/O) package
NIO (new I/O) package, character encoders/decoders      
NIO (new I/O) package, mapped and locked files      
NIO (new I/O) package, nonblocking web server
NIO (new I/O) package, scalable I/O with      
No Class Def Found error      
node( ) method
NodeChangeListener interface
nodeExists( ) method      
nodes      
nodes, adding new into tree
nodes, DOM      
nodes, expanding and collapsing
nodes, packages, getting for
nodes, XPath
nonblocking I/O      2nd
nonblocking I/O, client-side operations
nonblocking I/O, SelectableChannel interface, setting for      2nd
NONE constant
noneditable cells
nongreedy matching
nonstandard layout managers
nonstatic code blocks
nonwhitespace
not-a-number (NaN)
notify( ) method
notifyAll( ) method      2nd
notifyObservers( ) method      
NULL values      2nd
null values, character
null values, default value of array elements
null values, for reference types
null values, instanceof operator and
null values, maps and
NullPointerExceptions class
numbering capture groups      
Numbers
numbers, arbitrary-precision
numbers, arguments      
numbers, floating-point
numbers, formats for different countries      
numbers, instance variables, numeric
numbers, NaN (not-a-number)      2nd
numbers, Number interface
numbers, NumberFormat class      2nd
numbers, NumberFormatException
numbers, parsing
numbers, randomly generated
numbers, SpinnerNumberModel, displaying numeric values
numeric types, converting
NumericField bean      
Oaks, Scott      
Object-Oriented Programming      
Object-oriented programming, classes      
object-oriented programming, encapsulation of data      
object-oriented programming, polymorphism principle      2nd
object-oriented programming, scripting languages versus
ObjectOutputStream class      2nd
Objects
objects, annotation      
objects, arrays      2nd 3rd 4th
objects, attributes      2nd
objects, Class class
objects, cloning      
objects, constructors
objects, creating      2nd
objects, design
objects, design, classes
objects, design, methods
objects, destroying      
objects, domain
objects, enumerating
objects, equality versus equivalence
objects, Formatter      
objects, getting URL content as
objects, graphics
objects, hash codes      2nd
objects, HttpServletResponse
objects, initializer blocks, static and nonstatic
objects, input/output streams for
objects, JavaBeans
objects, locking
objects, methods and variables, accessing
objects, Object class      2nd 3rd
objects, paint
objects, primitive types as
objects, references      2nd 3rd
objects, reflection
objects, scripted (BeanShell)
objects, serialization      2nd
objects, servers      
objects, unreachable
objects, value data
observers
observers, images      2nd
observers, Observer interface
octal numbers
offscreen drawing      2nd
open( ) method
openConnection( ) method      2nd
openStream( ) method
Operating systems      
operating systems, entries under operating system names
operating systems, virtual memory
operating systems, Windows
Operators      
operators, ! (not)
operators, * (dereference) in C
operators, + (concatenation)      2nd 3rd
operators, ++
operators, , (comma)
operators, . (dot)      2nd
operators, = = (identity)      2nd 3rd
operators, AffineTransformOP      
operators, ColorConvertOP      
operators, ConvolveOP
operators, images      
operators, instanceof      2nd 3rd 4th 5th
operators, Java
operators, LookupOP
operators, overloaded      2nd
operators, precedence of
operators, RescaleOP
operators, ternary      
operators, [...] (range)
operators, | (OR)
optimizing code in JIT compilation      
option dialogs
OR operator (|)
order of evaluation
order( ) method
Output
output, data compression
output, files
output, network
output, NIO package
output, scalable I/O with
output, streams
output, streams, ByteArrayOutputStream class
output, streams, network byte order
output, streams, properties table, saving to
output, streams, server response processing
output, streams, System.out and System.err
output, streams, writing preferences to
overflow (cells)
overlapping methods      
Overloading
overloading, append( ) method      
overloading, casting and
overloading, constructors      
overloading, equals( ) method      
overloading, methods      2nd 3rd 4th
overloading, overriding versus
overriding methods      2nd 3rd
overriding methods, abstract methods      
overriding methods, component size
overriding methods, dynamic binding and
overriding methods, equals( ) method
overriding methods, exceptions
overriding methods, hashCode( ) method
overriding methods, method selection and
overriding methods, overloaded methods versus
overriding methods, return types
P2P (peer-to-peer) application, nonblocking client-side I/O      
pack( ) method
Pack200 utility
Packages      2nd 3rd
packages, 2D API
packages, 2D API, drawing
packages, 2D API, filling shapes      
packages, 2D API, fonts
packages, 2D API, navigating
packages, 2D API, printing
packages, 2D API, rendering pipelines
packages, 2D API, stroking shapes
packages, 2D API, viewing images
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
blank
Реклама
blank
blank
HR
@Mail.ru
       © Электронная библиотека попечительского совета мехмата МГУ, 2004-2025
Электронная библиотека мехмата МГУ | Valid HTML 4.01! | Valid CSS! О проекте