Free Trial

Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.

Help
Search Results for: Java

Show:


1. 

Java Bibliography

ShortCut

Java Bibliography

By: Safari Content Team

Publisher: Safari Books Online

Publication Date: 18-JUN-2012

Insert Date: 22-AUG-2010

Slots: 1.0

Table of Contents • Start Reading

Open source software projects have used Java extensively to create some of the world’s most popular software libraries. Today many new languages compile into Java bytecode and are run on top of the Java virtual machine, such as Scala, Groovy, and Clojure, as well as variants of Python, Ruby, and Erlang. If you are looking for a book or video to help you develop with Java—from introductory to advanced topics—this collection of resources will give you invaluable guidance. It covers everything from web to enterprise development, to the Spring framework and game programming, to the Java...

More Results From This Book


2. 

Java Programming

Java Programming

By: Poornachandra Sarang

Publisher: McGraw-Hill

Publication Date: 20-JAN-2012

Insert Date: 20-JUL-2012

Slots: 1.0

Table of Contents • Start Reading

Develop, Compile, and Debug High-Performance Java Applications.Take your Java skills to the next level using the expert programming techniques contained in this Oracle Press guide. Featuring real-world code samples and detailed instructions, Java Programming demonstrates how to fully utilize the powerful features of Java SE 7. ...

More Results From This Book


3. 

Java Programming

Java Programming

By: Hari Mohan Pandey

Publisher: Pearson Education India

Publication Date: 12-DEC-2011

Insert Date: 11-MAY-2012

Slots: 1.0

Table of Contents • Start Reading

Java Programming is an introductory level text that instils an understanding of basic concepts before gradually moving to advanced topics like swing, socket programming, JAVA native interface, remote method invocation and serialization. Programs are accompanied by complete explanations, and their output helps the reader better understand the logic behind them. ...

More Results From This Book


4. 

Java™ Performance

Java™ Performance

By: 

Publisher: Addison-Wesley Professional

Publication Date: 04-OCT-2011

Insert Date: 25-AUG-2011

Slots: 1.0

Table of Contents • Start Reading

“The definitive master class in performance tuning Java applications…if you love all the gory details, this is the book for you.” –James Gosling, creator of the Java Programming Language Improvements in the Java platform and new multicore/multiprocessor hardware have made it possible to dramatically improve the performance and scalability of Java software. Java™ Performance covers the latest Oracle and third-party tools for monitoring and measuring performance on a wide variety of hardware architectures and operating systems. The authors present dozens of tips and tricks you’ll find...

More Results From This Book


5. 

Java EE kurz & gut

Java EE kurz & gut

By: 

Publisher: O'Reilly Verlag

Publication Date: 31-JAN-2013

Insert Date: 07-MAR-2013

Slots: 1.0

Table of Contents • Start Reading

Java EE Java EE kurz & gut Arun Gupta Thomas Demmig

More Results From This Book


6. 

Java For Dummies Quick Reference

Java For Dummies Quick Reference

By: 

Publisher: For Dummies

Publication Date: 05-JUN-2012

Insert Date: 13-MAY-2013

Slots: 1.0

Table of Contents • Start Reading

java Command java Command The java command runs a Java program from a command prompt. The basic syntax is java filename [options] When you run the java command ... \samples> java HelloApp The bold indicates the part you type. The class must be

More Results From This Book


7. 

Beginning Java 7

Beginning Java 7

By: Jeff Friesen

Publisher: Apress

Publication Date: 09-NOV-2011

Insert Date: 07-NOV-2011

Slots: 1.0

Table of Contents • Start Reading

implemented by various types located in the java.awt and java.awt.image packages, and by the Java ... previous SwingCanvas class should meet your needs. For more information, check out The Java ... .awt.geom, java.awt.image.renderable, and java.awt.print packages. This section introduces Java 2D by first presenting the java

More Results From This Book


8. 

Ajax on Java

Ajax on Java

By: 

Publisher: Helion

Publication Date: 13-NOV-2012

Insert Date: 14-NOV-2012

Slots: 1.0

Table of Contents • Start Reading

Ajax on Java Ajax on Java Steven Douglas Olson Published by Helion

More Results From This Book


9. 

Rough Cuts
SOA with Java

SOA with Java

By: 

Publisher: Prentice Hall

Publication Date: 18-MAR-2013

Insert Date: 05-JUN-2009

Table of Contents • Start Reading

This comprehensive tutorial explains and demonstrates how to build and implement service-oriented solutions by combining established SOA principles, patterns, and practices with modern Java services technology....

More Results From This Book


10. 

Sams Teach Yourself Java in 21 Days (Covering Java 7 and Android), Sixth Edition

Sams Teach Yourself Java in 21 Days (Covering Java 7 and Android), Sixth Edition

By: Rogers Cadenhead

Publisher: Sams

Publication Date: 17-AUG-2012

Insert Date: 28-AUG-2012

Slots: 1.0

Table of Contents • Start Reading

Java Structures Java Structures The data structures provided by the java.util package ... a traditional Java array, except that it can grow as necessary to accommodate new elements and ... into an empty Java file in NetBeans named HolidaySked. Listing 8.1. The Full Text of HolidaySked.java

More Results From This Book


11. 

Beginning JSP, JSF and Tomcat: Java Web Development

Beginning JSP, JSF and Tomcat: Java Web Development

By: Giulio Zambon

Publisher: Apress

Publication Date: 26-SEP-2012

Insert Date: 11-OCT-2012

Slots: 1.0

Table of Contents • Start Reading

the string __HOME%. Copy the file %SW_HOME%\01 Getting Started\java\Exec_http.java to a work directory ... Installing Java Installing Java Nothing runs without Java, and you need two different Java packages: one is the runtime environment (JRE), which lets you execute Java, and the other is the Java

More Results From This Book


12. 

Ivor Horton's Beginning Java®, Java 7 Edition

Ivor Horton's Beginning Java®, Java 7 Edition

By: 

Publisher: Wrox

Publication Date: 27-SEP-2011

Insert Date: 01-NOV-2011

Slots: 1.0

Table of Contents • Start Reading

2 2 CHAPTER 1 INTRODUCING JAVA Java's support for the Internet and network-based applications generally doesn't end with applets. For example, Java Server Pages (JSP) provides ... is received. Of course, the pages that are generated by JSP can themselves contain Java applets

More Results From This Book


13. 

Java® Programming 24-Hour Trainer

Java® Programming 24-Hour Trainer

By: 

Publisher: Wrox

Publication Date: 15-FEB-2011

Insert Date: 06-APR-2011

Slots: 1.0

Table of Contents • Start Reading

13 Java Packages 13 CREATING THE HELLOWORLD CLASS IN ECLIPSE Our Hello project will contain one Java class: HelloWorld from Lesson 1. Select File New Class and ... the previous version of HelloWorld. JAVA PACKAGES Packages in Java are used to better organize

More Results From This Book


14. 

Big Java Late Objects

Big Java Late Objects

By: 

Publisher: John Wiley & Sons

Publication Date: 01-FEB-2012

Insert Date: 30-AUG-2012

Slots: 1.0

Table of Contents • Start Reading

The Java Compiler The Java Compiler A file list is a text file that contains one file name per line. For example, Greeting.list Then you can compile all files with the command javac @Greeting.list The Java compiler options are summarized in Table 1. Table 1

More Results From This Book


15. 

Rough Cuts
Continuous Enterprise Development in Java

Continuous Enterprise Development in Java

By: ;

Publisher: O'Reilly Media, Inc.

Publication Date: 15-OCT-2013

Insert Date: 27-SEP-2012

Table of Contents • Start Reading

The Java Persistence API The Java Persistence API It’s nice that a DBMS allows us ... vendor-dependent, though there are connection-only abstractions (drivers) in Java (for instance Java ... its own to the object model we use in Java; this is called the object/relational impedence

More Results From This Book


16. 

Java SE 7 Programming Essentials

Java SE 7 Programming Essentials

By: 

Publisher: Sybex

Publication Date: 13-NOV-2012

Insert Date: 20-DEC-2012

Slots: 1.0

Table of Contents • Start Reading

(true ^ false); System. out.println( 5 ^ 24); } } $ javac Bitgical.java $ java ... ); System. out.println(5 & 24); } } $ javac And.java $ java And false 0 Notice the ... ); } } $ javac Or.java $ java Or true 29 Using Conditional Operators There are three conditional

More Results From This Book


17. 

Flex on Java

Flex on Java

By: BJ Allmon; Jeremy Anderson

Publisher: Manning Publications

Publication Date: 28-OCT-2010

Insert Date: 07-DEC-2010

Slots: 1.0

Table of Contents • Start Reading

Unlike many Flex books that presume readers want to develop applications from scratch, Flex on Java is for developers in the real world-where Flex is one more technology being added to existing systems developed in Java, and where integration is the key indicator of success. Written for Java developers beginning to use Flex, Flex on Java shows how to use Flex alongside existing Java applications, and how to integrate Flex using familiar server-side technologies such as Spring, EJBs, JMS, and more. The authors, both Agile development experts, focus on Agile and test-driven development to...

More Results From This Book


18. 

Java, A Beginner’s Guide, 5th Edition

Java, A Beginner’s Guide, 5th Edition

By: Herbert Schildt

Publisher: McGraw-Hill

Publication Date: 16-AUG-2011

Insert Date: 17-APR-2013

Slots: 1.0

Table of Contents • Start Reading

1 Java Fundamentals Chapter 1 Java Fundamentals Key Skills & Concepts Know the history and philosophy of Java Understand Java’s contribution to the Internet Understand the importance of bytecode Know the Java buzzwords Understand the foundational principles

More Results From This Book


19. 

The Java® Language Specification, Java SE 7 Edition, Fourth Edition

The Java® Language Specification, Java SE 7 Edition, Fourth Edition

By: James Gosling; Bill Joy; Guy Steele; Gilad Bracha; Alex Buckley

Publisher: Addison-Wesley Professional

Publication Date: 14-FEB-2013

Insert Date: 22-FEB-2013

Slots: 1.0

Table of Contents • Start Reading

Written by the inventors of the technology, The Java® Language Specification, Java SE 7 Edition, is the definitive technical reference for the Java programming language. The book provides complete, accurate, and detailed coverage of the Java programming language. It fully describes the new features added in Java SE 7, including the try-with-resources statement, multi-catch, precise rethrow, “diamond” syntax, strings-in-switch, and binary literals. The book also includes many explanatory notes, and carefully distinguishes the formal rules of the language from the practical behavior of...

More Results From This Book


20. 

Jetzt lerne ich Java 7

Jetzt lerne ich Java 7

By: Dirk Louis; Peter Müller

Publisher: Markt+Technik Verlag

Publication Date: 12-OCT-2011

Insert Date: 10-JUL-2012

Slots: 1.0

Table of Contents • Start Reading

Multithreading mit Java 15.1 Multithreading mit Java Bevor wir ... Implementierung import java.util.Date; import java.text.*; import java.applet.Applet; import ... Thread.sleep(1000); } catch(InterruptedException e) { // Java verlangt das

More Results From This Book