Java in a Nutshell, 5th Edition [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Java in a Nutshell, 5th Edition [Electronic resources] - نسخه متنی

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید



Chapter 5. The Java Platform


Chapters Chapter 2, Chapter 3, and Chapter 4 documented the Java programming language. This
chapter switches gears and covers the Java platforma vast
collection of predefined classes available to every Java program,
regardless of the underlying host system on which it is running. The
classes of the Java platform are collected into related groups, known
as

packages . This chapter begins with an
overview of the packages of the Java platform that are documented in
this book. It then moves on to demonstrate, in the form of short
examples, the most useful classes in these packages. Most of the
examples are code snippets only, not full programs you can compile
and run. For fully fleshed-out, real-world examples, see

Java Examples in a Nutshell
(O'Reilly). That book expands greatly on this
chapter and is intended as a companion to this book.


    / 1191