ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب Beginning programming with Java for dummies

دانلود کتاب شروع برنامه نویسی با جاوا برای dummies

Beginning programming with Java for dummies

مشخصات کتاب

Beginning programming with Java for dummies

دسته بندی: برنامه نویسی: زبان های برنامه نویسی
ویرایش: 2nd ed 
نویسندگان:   
سری: -For dummies 
ISBN (شابک) : 0764588745, 9780764588747 
ناشر: Wiley  
سال نشر: 2005 
تعداد صفحات: 408 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 6 مگابایت 

قیمت کتاب (تومان) : 49,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 17


در صورت تبدیل فایل کتاب Beginning programming with Java for dummies به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب شروع برنامه نویسی با جاوا برای dummies نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب شروع برنامه نویسی با جاوا برای dummies

این کتاب با پوشش همه چیز از مفاهیم اولیه توسعه جاوا گرفته تا جدیدترین ابزارها و تکنیک های مورد استفاده در جاوا، برنامه نویسان بالقوه را در مسیر تسلط بر جاوا قرار می دهد. چالش‌ها، اشکال‌زدایی و کارآمد کردن آن برای انتشار Java SDK 2.0 به‌روزرسانی شده است، با همه نمونه‌های اصلاح شده برای منعکس کردن تغییرات در فناوری


توضیحاتی درمورد کتاب به خارجی

Covering everything from basic Java development concepts to the latest tools and techniques used in Java, this book will put would-be programmers on their way to Java mastery Explores what goes into creating a program, how to put the pieces together, dealing with standard programming challenges, debugging, and making it work Updated for the release of the Java SDK 2.0, with all examples revised to reflect the changes in the technology



فهرست مطالب

Beginning Programming with Java For Dummies......Page 1
About the Author......Page 5
Author’s Acknowledgments......Page 7
Contents at a Glance......Page 9
Table of Contents......Page 11
How to Use This Book......Page 19
What You Don’t Have to Read......Page 20
Foolish Assumptions......Page 21
How This Book Is Organized......Page 22
Icons Used in This Book......Page 23
Where to Go from Here......Page 24
Part I Revving Up......Page 25
What’s It All About?......Page 27
From Your Mind to the Computer’s Processor......Page 30
Your Java Programming Toolset......Page 37
Setting Up Your Computer......Page 41
Downloading and Installing the Software You Need......Page 42
Running JCreator for the First Time......Page 47
Is That All There Is to It?......Page 49
Running a Canned Java Program......Page 51
Typing and Running Your Own Code......Page 56
Part II Writing Your Own Java Programs......Page 63
Checking Out Java Code for the First Time......Page 65
The Elements in a Java Program......Page 67
Understanding a Simple Java Program......Page 75
Composing a Program......Page 83
A Program to Echo Keyboard Input......Page 84
Expecting the Unexpected......Page 92
Using Variables......Page 107
What Do All Those Zeros and Ones Mean?......Page 112
Reading Decimal Numbers from the Keyboard......Page 114
Variations on a Theme......Page 117
Using Whole Numbers......Page 121
Creating New Values by Applying Operators......Page 126
Size Matters......Page 136
Numbers? Who Needs Numbers?......Page 139
Characters......Page 140
The boolean Type......Page 149
The Remaining Primitive Types......Page 156
Part III Controlling the Flow......Page 157
Forks in the Road......Page 159
Making Decisions (Java if Statements)......Page 161
Variations on the Theme......Page 168
Forming Bigger and Better Conditions......Page 175
Building a Nest......Page 188
Enumerating the Possibilities......Page 193
Meet the switch Statement......Page 199
Using Fall-through to Your Advantage......Page 208
Using a Conditional Operator......Page 210
Around and Around It Goes......Page 213
Repeating Instructions Over and Over Again (Java while Statements)......Page 214
Thinking about Loops (What Statements Go Where)......Page 218
Thinking About Loops (Priming)......Page 225
Piles of Files: Dealing with Information Overload......Page 233
Running a Disk-Oriented Program......Page 234
Writing a Disk-Oriented Program......Page 243
Writing, Rewriting, and Re-rewriting......Page 247
Creating Loops within Loops......Page 250
Paying Your Old Code a Little Visit......Page 251
Creating Useful Code......Page 253
The Old Runaround......Page 262
Repeating Statements a Certain Number Times (Java for Statements)......Page 263
Repeating Until You Get What You Need (Java do Statements)......Page 270
Repeating with Predetermined Values (Java’s Enhanced for Statement)......Page 276
Part IV Using Program Units......Page 285
Some for Loops in Action......Page 287
Meet the Reader......Page 293
Working with Arrays......Page 299
Programming with Objects and Classes......Page 305
Creating a Class......Page 306
From Classes Come Objects......Page 310
About Classes......Page 316
The String Class......Page 319
Using an Object’s Methods......Page 323
Static Methods......Page 329
Understanding the Big Picture......Page 334
Defining a Method within a Class......Page 341
Let the Objects Do the Work......Page 350
Passing Values to Methods......Page 352
Getting a Value from a Method......Page 357
Oooey GUI Was a Worm......Page 363
The Java Swing Classes......Page 364
with Buttons and Text Fields)......Page 368
Taking Action......Page 371
Part V The Part of Tens......Page 375
The Horse’s Mouth......Page 377
Finding Help on Newsgroups......Page 378
Opinions and Advocacy......Page 379
Programming Languages......Page 380
Everyone’s Favorite Sites......Page 381
Applet......Page 383
Integer......Page 384
String......Page 385
System......Page 386
Index......Page 387




نظرات کاربران