Vi har bytt namn till Adlibris Campus! Campusbokhandeln ❤️ Adlibris - Läs mer här
Java Software Solutions | 6:e upplagan
- Pocket, Engelska, 2008
- Författare: Lewis
- Betyg:
Från
186
kr
Finns i lager i Karlstad, Stockholm, Uppsala.
Fler utgåvor i lager
Beskrivning
Java Software Solutions is the premier text for teaching beginning programmers how to design and implement high-quality software using Java. Instructors trust the book's focus on developing high-quality software using Java. Instructors trust the book's focus on developing problem-solving and design skills alongside solid programming techniques. Students appreciate its clear writing and wealth of realistic programming examples. The Sixth Edition introduces improvements that make this book an even more useful teaching and learning tool.KEY FEATURESA measured approach to objects teaches students first how to use objects and then how to write them. Fully implemented examples demonstrate specific concepts -- small, readily understandable examples are intertwined with larger, more realistic ones. An optional Graphics Track covers graphics and GUIs at the end of each chapter, allowing for flexibility of coverage. Extensive review and practice features include end-of-chapter questions, exercises, projects, and new end-of-section exercises. NEW! Software Failure vignettes discuss real-world flaws in software design, encouraging students to adopt sound design practices from the beginning. The text is completely compatible with Java 6.0. NEW! Video Notes, presented by the author, explain topics visually in an easy-to-follow format, giving students the extra help they need to grasp important concepts. Each chapter has multiple Video Notes that walk students through examples and problem solutions. Conveniently accessible on www.aw.com/lewis or CD-ROM (available separately).myCodeMate is a Web-based, textbook-specific homework tool and programming resource for an introduction to programming course. It provides a wide range of tools that students can use to help them learn programming concepts, prepare for tests, and earn better grades in the introductory programming course. Students can work on programming problems from this text or homework problems created by their professors and receive guided hints with page references and English explanations of compiler errors. Instructors can assign textbook-specific or self-created homeowrk problems, preset style attributes, view students' code and class compiler error logs, and track homework completion. A complimentary subscription is offered when an access code is ordered packaged with a new copy of this text. Subscriptions may also be purchased online. For more information visit www.mycodemate.com. (Pearson)
Produktinformation
Kategori:
Data & IT
Bandtyp:
Pocket
Språk:
Engelska
Förlag:
Inläsningstjänst
Upplaga:
6
Utgiven:
2008-03-01
ISBN:
9780321549341
Sidantal:
832
Används bl.a. i följande kurser
$event.detail.name === 'primary-menu' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'primary-menu' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
} else {
setTimeout(() => {
$refs.dialog.close();
}, 300)
document.body.style.overflow = '';
}
});"
class="h-full"
>
$event.detail.name === 'mobile-search' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mobile-search' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
} else {
setTimeout(() => {
$refs.dialog.close();
}, 300)
document.body.style.overflow = '';
}
});"
class="h-full"
>
$event.detail.name === 'mini-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'mini-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
} else {
setTimeout(() => {
$refs.dialog.close();
}, 300)
document.body.style.overflow = '';
}
});"
class="h-full"
>
$event.detail.name === 'add-to-cart' ? isOpen = true : ''"
@close-drawer.window="() => $event.detail.name === 'add-to-cart' ? isOpen = false : ''"
@keydown.escape.window="isOpen = false"
x-init="$watch('isOpen', value => {
if (value) {
$refs.dialog.showModal();
document.body.style.overflow = 'hidden';
} else {
setTimeout(() => {
$refs.dialog.close();
}, 300)
document.body.style.overflow = '';
}
});"
class="h-full"
>