Results 41 to 50 of 68 | « previous | next »
- Java EE and HTML5 enterprise application development : build and deploy dynamic, high-performance applications |cGeertjan Wielenga. by Brock, John(Application developer)(CARDINAL)617349; Gupta, Aru.; Wielenga, Geertjan.(CARDINAL)484746; ProQuest (Firm)(CARDINAL)291866;
"Build and distribute business web applications that target both desktop and mobile devices." - cover.
- Subjects: Application software; Java (Computer program language); HTML (Document markup language);
- Available copies: 1 / Total copies: 1
-
unAPI
- Java for dummies / by Burd, Barry,author.(CARDINAL)355396;
"If you want to learn to speak the world's most popular programming language like a native, Java For Dummies is your ideal companion. With a focus on reusing existing code, it quickly and easily shows you how to create basic Java objects, work with Java classes and methods, understand the value of variables, learn to control program flow with loops or decision-making statements, and so much more! Java is everywhere, runs on almost any computer, and is the engine that drives the coolest applications. Written for anyone who's ever wanted to tackle programming with Java but never knew quite where to begin, this bestselling guide is your ticket to success! Featuring updates on everything you'll encounter in Java 9-and brimming with tons of step-by-step instruction-it's the perfect resource to get you up and running with Java in a jiffy!"--Amazon.com.Getting started with Java -- Writing your own Java programs -- Working with the big picture : object-oriented programming -- Smart Java techniques -- The part of tens.
- Subjects: Java (Computer program language); Internet programming.; Programming languages (Electronic computers);
- Available copies: 4 / Total copies: 7
-
unAPI
- Java / by Burd, Barry,author.(CARDINAL)355396;
"If you want to learn to speak the world's most popular programming language like a native, Java For Dummies is your ideal companion. With a focus on reusing existing code, it quickly and easily shows you how to create basic Java objects, work with Java classes and methods, understand the value of variables, learn to control program flow with loops or decision-making statements, and so much more! Java is everywhere, runs on almost any computer, and is the engine that drives the coolest applications. Written for anyone who's ever wanted to tackle programming with Java but never knew quite where to begin, this bestselling guide is your ticket to success! Featuring updates on everything you'll encounter in Java 9--and brimming with tons of step-by-step instruction--it's the perfect resource to get you up and running with Java in a jiffy!"--Amazon.com.Getting started with Java. All about Java -- All about software -- Using the basic building blocks -- Writing your own Java programs. Making the most of variables and their values -- Controlling program flow with decision-making statements -- Controlling program flow with loops -- Working with the big picture : object-oriented programming. The inside scOOP -- Saving time and money: reusing existing code -- Constructing new objects -- Smart Java techniques. Putting variables and methods where they belong -- Using arrays to juggle values -- Using collections and streams (when arrays aren't good enough) -- Looking good when things take unexpected turns -- Sharing names among the parts of a Java program -- Fancy reference types -- Java's juggling act -- Using Java database connectivity -- The part of tens. Ten packs of Java websites -- Ten bits of advice for new software developers.
- Subjects: Informational works.; Java (Computer program language); Internet programming.; Programming languages (Electronic computers);
- Available copies: 5 / Total copies: 5
-
unAPI
- Minecraft modding for kids for dummies / by Guthals, Sarah,author.(CARDINAL)623602; Foster, Stephen,1985-author.(CARDINAL)623610; Handley, Lindsey,author.(CARDINAL)623608;
Presents nine projects to teach children the basics of enhancing Minecraft games with modifications, including earning modding badges, building and protecting structures, and designing a multiplayer minigame.
- Subjects: Handbooks and manuals.; Java (Computer program language); Minecraft (Game); Video games;
- Available copies: 5 / Total copies: 7
-
unAPI
- An artist's guide to programming : a graphical introduction / by Parker, J. R.,(Jim R.),1955-Author(DLC)n 93014363 ;
"Teaches programming concepts by visual example, providing one hundred short programs to experiment with, written in the Java-based language Processing. Covers how to program while manipulating computer-generated graphics, photographs, video, and sound"--.
- Subjects: Multimedia systems.; Computer graphics.; Microcomputers; Processing (Computer program language); Java (Computer program language);
- Available copies: 1 / Total copies: 1
-
unAPI
- Maximum Lego Mindstorms EV3 : building robots with Java brains / by Bagnall, Brian,1972-author.(CARDINAL)667686;
-
- Subjects: LEGO Mindstorms toys.; Robots; Robots; Java (Computer program language);
- Available copies: 1 / Total copies: 1
-
unAPI
- Java programming for kids : learn Java step by step and build your own interactive calculator for fun! / by Thompson, R. Chandler,author.;
Java program processing -- Setup the environment -- Set the path variable -- First Java program -- Compare real life scenario and programming scenario -- Varibles -- Java math and operators -- Conditional statements -- Methods -- Scanner object -- Talking calculator development -- Complete source code for the calculator.Ever use that free calculator application on your computer? Probably, but chances are it was such an unmemorable experience that you couldn't say for sure whether you have or not. What if that calculator knew your name? What if it carried on a conversation with you, and asked you questions? You'd probably remember it a little better! Maybe even make a point of using it whenever you needed to crack an equation! Java is a very powerful, yet easy to learn language. It's absolutely FREE and it's EVERYWHERE - on your phone, on your computer, and on many other devices all around you every day, and in "Java Programming for Kids: Learn Java Step By Step and Build Your Own Interactive Calculator for Fun!" bestselling author R. Chandler Thompson will start you on your path as a Java programmer!
- Subjects: Java (Computer program language); Internet programming;
- Available copies: 1 / Total copies: 1
-
unAPI
- Head first Android development : a brain-friendly guide by Griffiths, Dawn,author.(CARDINAL)559923; Griffiths, David,1969-author.(CARDINAL)427203;
"If you have an idea for a killer Android app, this book will help you build your first working application in a jiffy. You'll learn hands-on how to structure your app, design interfaces, create a database, make your app work on various smartphones and tablets, and much more. It's like having an experienced Android developer sitting right next to you! All you need is some Java know-how to get started"--Back cover.
- Subjects: Android (Electronic resource); Application software; Mobile computing.; Java (Computer program language);
- Available copies: 1 / Total copies: 1
-
unAPI
- Absolute beginner's guide to Minecraft Mods programming / by Cadenhead, Rogers,author.(CARDINAL)640131;
Java from the ground up. Dig into Minecraft programming with Java ; Use NetBeans for Minecraft programming ; Create a Minecraft Mod ; Start writing Java programs ; Understand how Java programs work ; Store and change information in a Mod ; Use strings to communicate ; Use conditional tests to make decisions ; Repeat an action with loops ; Store information with arrays -- The world of Java objects. Create your first object ; Describe what your object is like ; Make the most of existing objects ; Store objects in data structures ; Handle errors in a Mod ; Create a threaded Mod ; Read and write files -- Create killer Minecraft Mods. Spawn a Mob ; Make one Mob ride another ; Take a census of Mobs and villages ; Transmute materials in an inventory ; Dig a giant hole ; Chop down a forest of trees ; Respond to events in the game ; Display a Mob's health during combat ; Make a world change over time ; Befriend the God of lightning.Now you can mod your Minecraft game environment into anything you can imagine, without becoming a technical expert! This book is the fastest way to master Minecraft modding and use Java to transform the Minecraft game's worlds, tools, behavior, weapons, structures, mobs... everything! Plus, you'll learn Java programming skills you can use anywhere. Learn how to do what you want, the way you want, one incredibly easy step at a time. Modding the Minecraft game has never been this simple! --Publisher's description.
- Subjects: Minecraft (Game); Java (Computer program language); Electric controllers; Virtual reality; Video games;
- Available copies: 0 / Total copies: 1
-
unAPI
- Write code like a pro : create working applications / by Guthals, Sarah,author.(CARDINAL)623602;
-
- Subjects: Handbooks and manuals.; Coding theory; Java (Computer program language); Video games;
- Available copies: 1 / Total copies: 1
-
unAPI
Results 41 to 50 of 68 | « previous | next »