Search Results - ((java programming) OR (names programming))
Suggested Topics within your search.
Suggested Topics within your search.
- Development 172
- Application software 164
- Java (Computer program language) 128
- JavaScript (Computer program language) 109
- Computer programs 106
- Web site development 95
- History 80
- Programming 80
- Web sites 68
- Design 65
- Data processing 44
- Internet programming 44
- Video games 33
- Computer programming 32
- Management 32
- Web applications 32
- Computer software 31
- Web servers 29
- computer programming 28
- Authoring programs 27
- Social aspects 27
- Business 25
- Programming languages (Electronic computers) 25
- Python (Computer program language) 24
- Computer networks 23
- Database management 23
- Medical care 22
- Open source software 22
- Research 22
- Mobile computing 21
Search alternatives:
- names programming »
- java programming »
-
1
Java Programming for Android Developers For Dummies.
Published 2016Table of Contents: “…Title Page; Copyright Page; Table of Contents; Introduction; How to Use This Book; Conventions Used in This Book; What You Don't Have to Read; Foolish Assumptions; How This Book Is Organized; Part 1: Getting Started with Java Programming for Android Developers; Part 2: Writing Your Own Java Programs; Part 3: Working with the Big Picture: Object-Oriented Programming; Part 4: Powering Android with Java Code; Part 5: The Part of Tens; More on the web!…”
Full text (MFA users only)
Electronic eBook -
2
Java programming interviews exposed /
Published 2014Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
3
-
4
Spring 2. 5 Aspect Oriented Programming.
Published 2009Table of Contents: “…Advised objectsAutoproxy; Autoproxy with classic Spring; BeanNameAutoProxyCreator; DefaultAdvisorAutoProxyCreator; AbstractAdvisorAutoProxyCreator; AutoProxyCreator with metadata; Autoproxy with AspectJ; Autoproxy with annotation; Autoproxy with XML Schema; Target sources; Hot swappable target sources; Pooling target sources; Prototype target sources; ThreadLocal target source; Summary; Chapter 4: AspectJ Support; AspectJ annotations; Aspect; Pointcut; execution; within; this; target; args; @target; @args; @ within; @ annotation; bean; Selection on methods' names…”
Full text (MFA users only)
Electronic eBook -
5
JavaScript : The New Toys.
Published 2020Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
6
Flex 3 with Java.
Published 2009Table of Contents: “…New primitive data typesRegular expressions; Object-oriented programming; ActionScript 3.0 fundamentals; Variables; Access modifiers; Packages; Classes and interfaces; Classes; Interfaces; Implementing an interface in a class; Inheriting classes; Functions and methods; Named functions; Anonymous functions; Function parameters; Setter and getter methods; Flow control and looping; If/else statement; switch statement; Looping; Exceptions and error handling; try...catch...finally statements; Create your own custom Error class object; Reserved words and keywords; Using ActionScript 3.0 with MXML…”
Full text (MFA users only)
Electronic eBook -
7
Java programming : 24-hour trainer /
Published 2011Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
8
Scala for Java developers : build reactive, scalable applications and integrate Java code with the power of Scala
Published 2014Table of Contents: “…Cover; Copyright; Credits; Foreword; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Preface; Chapter 1: Programming Interactively within Your Project; Advantages of using Scala for Java projects; More concise and expressive; Increased productivity; Natural evolution from Java; Better fit for asynchronous and concurrent code; Learning Scala through the REPL; Declaring val/var variables; Defining classes; Explaining case classes; Operations on collections; Transforming collections containing primitive types; Collections of more complex objects; Filter and partition…”
Full text (MFA users only)
Electronic eBook -
9
Vue.js 2 Design Patterns and Best Practices : Build enterprise-ready, modular Vue.js applications with Vuex and Nuxt.
Published 2018Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
10
Java Hibernate cookbook : over 50 recipes to help you build dynamic and powerful real-time Java Hibernate applications
Published 2015Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
11
Java 7 : a comprehensive tutorial
Published 2014Table of Contents: “…Intro -- Table of Contents -- Introduction -- Chapter 1 Your First Taste of Java -- Chapter 2 Language Fundamentals -- Chapter 3 Statements -- Chapter 4 Objects and Classes -- Chapter 5 Core Classes -- Chapter 6 Inheritance -- Chapter 7 Error Handling -- Chapter 8 Numbers and Dates -- Chapter 9 Interfaces and Abstract Classes -- Chapter 10 Enums -- Chapter 11 The Collections Framework -- Chapter 12 Generics -- Chapter 13 Input/Output -- Chapter 14 Nested and Inner Classes -- Chapter 15 Swing Basics -- Chapter 16 Swinging Higher -- Chapter 17 Polymorphism -- Chapter 18 Annotations -- Chapter 19 Internationalization -- Chapter 20 Applets -- Chapter 21 Java Networking -- Chapter 22 Java Database Connectivity -- Chapter 23 Java Threads -- Chapter 24 Concurrency Utilities -- Chapter 25 Security -- Chapter 26 Java Web Applications -- Chapter 27 JavaServer Pages -- Chapter 28 Javadoc -- Chapter 29 Application Deployment -- Chapter 30 Reflection -- Chapter 31 Introduction to JavaFX -- Chapter 32 JavaFX with FXML -- Chapter 33 Introduction to Android Programming -- Chapter 34 Creating Android Applications -- Chapter 35 More Android Applications -- Appendix A javac -- Appendix B java -- Appendix C jar -- Appendix D NetBeans -- Appendix E Eclipse -- Index.…”
Full text (MFA users only)
Electronic eBook -
12
JavaScript domain-driven design : speed up your application development by leveraging the patterns of domain-driven design
Published 2015Table of Contents: “…Readability of method namesObjects first; The basics of objects in JavaScript; Inheritance and why you won't need it; Modeling patterns beyond inheritance; The object compositionomposition; Polymorphism without inheritance; Applying object design to the domain; Building a system on simple objects; Summary; Chapter 5: Classification and Implementation; Building a common language; The importance of object classification; Seeing the bigger picture; Value objects; The advantages of value objects; The referential transparency; Objects defined as entities; More on entities…”
Full text (MFA users only)
Electronic eBook -
13
Programming for Everyone in Java.
Published 1999Table of Contents: “…PROGRAMMING FOR EVERYONE IN JAVA; Copyright; PREFACE; CONTENTS; LIST OF PROGRAMS; LIST OF EXERCISES; 1 SIMPLE PROGRAMS; 2 SIMPLE CHOICE; 3 MULTIPLE CHOICE; 4 SIMPLE REPETITION; 5 UNBOUNDED REPETITION; 6 TEXT FILES; 7 SIMPLE ARRAYS; 8 MATRICES; 9 METHODS; 10 RECURSION; 11 CLASSES; Appendix A JAVA TEXT PROGRAM; Appendix B SAMPLE CLASS SCHEDULE; REFERENCES; INDEX.…”
Full text (MFA users only)
Electronic eBook -
14
Java 2 Black Book.
Published 2001Table of Contents: “…About the Author -- Acknowledgments -- Contents at a Glance -- Table of Contents -- Introduction -- Essential Java -- Variables, Arrays, and Strings -- Operators, Conditionals, and Loops -- Object-Oriented Programming -- Inheritance, Inner Classes, and Interfaces -- AWT: Applets, Applications, and Event Handling -- AWT: Text Fields, Buttons, Checkboxes, Radio Buttons, and Layouts -- AWT: Lists, Choices, Text Areas, Scrollbars, and Scroll Panes -- AWT: Graphics, Images, Text, and Fonts -- AWT: Windows, Menus, and Dialog Boxes…”
Full text (MFA users only)
Electronic eBook -
15
Gradle Effective Implementations Guide - Second Edition
Published 2016Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
16
JavaScript programming : pushing the limits : advanced application development with JavaScript & HTML5 /
Published 2013Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
17
Java for dummies
Published 2017Table of Contents: “…Introduction -- Getting started with Java -- Writing your own Java programs -- Working with the big picture: object-oriented programming -- Savvy Java techniques -- The part of tens.…”
Full text (MFA users only)
Electronic eBook -
18
-
19
Java : a beginner's tutorial
Published 2010Subjects: “…Java (Computer program language)…”
Full text (MFA users only)
Electronic eBook -
20
Reliable JavaScript : How to Code Safely in the World's Most Dangerous Language.
Published 2015Subjects: “…JavaScript (Computer program language)…”
Full text (MFA users only)
Electronic eBook