Главная    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
Предметный указатель
! (NOT) operator      
#PCDATA (character data identifier)      
* (dereference) operator in C      
+ (concatenation) operator      2nd 3rd
++ operator      
, (comma) operator in C      
-c (create) option (jar utility)      
-d (directory) option (javac)      
-D option (Java interpreter)
-depend option (javac)      
-f (file) option (jar utility)      
-m (manifest) option (jar utility)      
-v (verbose) option (jar utility)
. (dot) operator      2nd
.class construct
2D API      
2D API, ColorModels, SampleModels, and DataBuffers      
2D API, double buffering
2D API, drawing
2D API, fonts      
2D API, images
2D API, images, operators in      
2D API, images, viewing      
2D API, limiting drawing with clipping
2D API, navigating      
2D API, printing      2nd
2D API, rendering pipelines
2D API, shapes
2D API, shapes, filling
2D API, shapes, stroking
<$nopages      
<?>
<applet> tag      2nd
<body> tag
<EMBED> tag (HTML)
<login-conf>
<Object>
<OBJECT> tag (HTML)      
<T> class
<url-pattern>
= = (identity) operator      2nd 3rd
?! (negative lookahead) operator
?= (lookahead) operator
@Author annotation
@deprecated annotation
@Override
@Override annotation      
@SuppressWarnings annotation      
@TestValues annotation
@WarningMessage annotation
absolute paths      2nd
Absolute positioning
Absolute time
abstract modifiers
AbstractFormatter class
AbstractTableModel class
Accelerators      2nd
accept( ) method (ServerSocket)      2nd 3rd
ACCESS
access, annotations
access, basic access modifiers
access, concurrent (FileChannel class)
Access, constructors
Access, fields
access, generic type information
Access, methods      2nd
access, Reflection API
access, variables
accessor methods      2nd
action commands      2nd
action events      
action events, calculator application (example)
action events, in text components
action events, Juggler Bean, connecting to button
action events, menus
ActionEvent class      2nd 3rd
ActionListener interface      
ActionListener interface, implementing      2nd
ActionListener interface, object registration
ActionListener interface, pop-up menus
ActionListener interface, program registration
actionPerformed( ) method      2nd 3rd 4th 5th
activeCount( ) method
ad-hoc polymorphism
adapter classes
adapter classes, anonymous
adapter classes, EventHandler, creating with      
adapter classes, generic adapter for ActionEvents
adapter classes, listening for PropertyChangeEvents
adapters
adapters, BeanShell
adapters, classes
adapters, dummy
adapters, dynamic interface
adapters, inner classes as
adapters, JavaBeans
adapters, threads
adaptive compilation
add( ) method
add( ) method, Calendar class
add( ) method, Container class
add( ) method, GridBagConstraints class
add( ) method, List interface
add( ) method, Set interface
addCookie( ) method
addElement( ) method
addGB( ) method      2nd
addHeader( ) method
addImage( ) method
adding static variables
addMouseListener( ) method
addMouseMotionListener( ) method
addObserver( ) method
addresses (IP)      
addTab( ) method
AdjustmentEvents class
AffineTransformOp operator
Algorithms
algorithms, DSA      
algorithms, for garbage collection      
algorithms, image scaling
align attribute (HTML)
aligning text
allocate( ) method
Allocating
allocating, memory
allocating, objects
alpha RGB (ARGB) color model
AlphaComposite class      2nd 3rd
alt attribute (HTML)
alternation in patterns
anchoring components
animations
animations, creating and starting threads for
animations, delta arrays
animations, double buffering
animations, drawing
animations, GIF89a files
animations, juggling beans
animations, running threads with adapters
Annotations
annotations, accessing      
annotations, facility
anonymous arrays
anonymous inner classes      2nd 3rd 4th
anonymous inner classes, ActionListener, implementing with
anonymous inner classes, implementing Runnable interface
anonymous inner classes, in BeanShell
anonymous inner classes, listeners for action events      
anonymous type definitions
Ant
Ant, Eclipse IDEs      
Apache Project, Tomcat server
APIs (application programming interfaces)
APIs, 2D API
APIs, 2D API, drawing
APIs, 2D API, filling shapes
APIs, 2D API, fonts
APIs, 2D API, navigating
APIs, 2D API, printing
APIs, 2D API, rendering pipelines
APIs, 2D API, stroking shapes
APIs, 2D API, viewing images      
APIs, JAI      
APIs, java.util.regex
APIs, javax.xml.validation
APIs, JAXB
APIs, logging
APIs, Preferences
APIs, ServletContext API
APIs, text-related
APIs, XPath      
append( ) method      
append( ) method, JTextArea class      
append( ) method, StringBuffer class
appending data to existing files
Apple QuickTime (.mov) Player      
Applets      2nd
applets, accessing URLs and correct protocol handlers
applets, Applet class      
applets, AppletContext interface
applets, appletviewer      2nd
applets, applications versus
applets, attributes
applets, AudioClip interface
applets, converting
applets, digital signatures
applets, dynamic web page content, adding
applets, embedding in HTML documents      2nd
applets, HeartBeat applet (example)
applets, history of
applets, HTML tags, problems with      
applets, IE      
applets, images
applets, inter-applet communication      
applets, JApplet class      
applets, JAR files, listing in ARCHIVE attribute
applets, Java Plug-in, using
applets, Java Web Start      
applets, life cycles of      
applets, loading class files      
applets, methods, summary of
applets, package names
applets, parameters
applets, persistence and navigation      
applets, resources, getting      2nd
applets, security      2nd 3rd
applets, short-term applet persistence
applets, Swing-based, using JApplet (example)      
applets, syntax, complete
applets, system properties, limiting access to
applets, threads      2nd
applets, trusted      
applets, viewing Plug-in applets      
applets, web browser treatment of      
application-level exceptions      
application-level security      2nd
applications
applications, Ant
applications, applets versus      2nd
applications, appletviewer      
applications, calculators      2nd
applications, classes
applications, client-side, Java use in
applications, colors, setting      
applications, components      
applications, constructors
applications, containers      
applications, DoodlePad (example)
applications, embeddable      
applications, exceptions
applications, GUIs, writing for
applications, HelloJava
applications, HelloJava2
applications, HelloJava3      
applications, HelloJava4      
applications, hierarchies (classes)
applications, ImageProcessor
applications, interfaces      
applications, Java Servlets API      
applications, JComponent class
applications, layout of
applications, listener interfaces for
applications, multithreading in      
applications, packages and import statements      
applications, rmiregistry
applications, Runnable interface
Applications, running      2nd 3rd
applications, security restrictions, applying to
applications, servers      
applications, standalone      
applications, starting
applications, subclassing and subtypes      
applications, synchronization
applications, testing for correct behavior with assertions
apply-templates tag (XSL)      
applying      
applying, annotations
applying, applet plug-ins      
applying, arrays      2nd
applying, assertions      
applying, Eclipse IDE      
applying, rendering      
applying, superclass constructors
applying, web services
apt tool      
arbitrary-precision numbers
Architecture      
architecture, CORBA      
Architecture, Java      
archive attribute      
archives, JAR files      
ARGB (alpha RGB) color model
Arguments
arguments, annotations
arguments, command-line      
arguments, declaring for methods      
arguments, instance variables versus      
arguments, numbers
arguments, references      
arguments, types
arguments, variable-length lists
arithmetic expressions      
arithmetic utilities      
ArithmeticException class      
arraycopy( ) method (System class)      
Arrays      2nd 3rd
arrays, animation, use in      
arrays, anonymous
arrays, Array class      
arrays, ArrayIndexOutOfBoundsException      
arrays, ArrayStoreException      
arrays, base type of      2nd
arrays, byte
arrays, byte, ByteArray class
arrays, byte, copying string characters into
arrays, byte, encoding
arrays, classes      2nd
arrays, collections      2nd 3rd
arrays, creating and initializing
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! О проекте