Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
1. |
By: Safari Content Team Publisher: Safari Books Online Publication Date: 18-JUN-2012 Insert Date: 22-AUG-2010 Slots: 1.0 | Overview: Java Bibliography
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...
|
2. | By: Poornachandra Sarang Publisher: McGraw-Hill Publication Date: 20-JAN-2012 Insert Date: 20-JUL-2012 Slots: 1.0 | Overview: Java Programming
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.
...
|
3. | By: Hari Mohan Pandey Publisher: Pearson Education India Publication Date: 12-DEC-2011 Insert Date: 11-MAY-2012 Slots: 1.0 | Overview: Java Programming
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.
...
|
4. | Publisher: Addison-Wesley Professional Publication Date: 04-OCT-2011 Insert Date: 25-AUG-2011 Slots: 1.0 | Overview: Java™ Performance “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...
|
5. | By: Arun Gupta Publisher: O'Reilly Verlag Publication Date: 31-JAN-2013 Insert Date: 07-MAR-2013 Slots: 1.0 | Chapter Title: Java EE
Java EE
Java EE
kurz & gut
Arun Gupta
Thomas Demmig
|
6. | Java For Dummies Quick Reference By: Doug Lowe Publisher: For Dummies Publication Date: 05-JUN-2012 Insert Date: 13-MAY-2013 Slots: 1.0 | Chapter Title: java Command
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 |
7. | By: Jeff Friesen Publisher: Apress Publication Date: 09-NOV-2011 Insert Date: 07-NOV-2011 Slots: 1.0 | Chapter Title: Java 2D, Pg. 477 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 |
8. | Publisher: Helion Publication Date: 13-NOV-2012 Insert Date: 14-NOV-2012 Slots: 1.0 | Chapter Title: Ajax on Java
Ajax on Java
Ajax on Java
Steven Douglas Olson
Published by Helion
|
9. | Overview: SOA with Java 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....
|
10. | 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 | Chapter Title: Java Structures
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 |
11. | 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 | Chapter Title: Installing Java 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 |
12. | Ivor Horton's Beginning Java®, Java 7 Edition By: Ivor Horton Publisher: Wrox Publication Date: 27-SEP-2011 Insert Date: 01-NOV-2011 Slots: 1.0 | Chapter Title: Learning Java, Pg. 2 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 |
13. | Java® Programming 24-Hour Trainer By: Yakov Fain Publisher: Wrox Publication Date: 15-FEB-2011 Insert Date: 06-APR-2011 Slots: 1.0 | Section Title: JAVA PACKAGES, Pg. 13 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 |
14. | By: Cay S. Horstmann Publisher: John Wiley & Sons Publication Date: 01-FEB-2012 Insert Date: 30-AUG-2012 Slots: 1.0 | Chapter Title: The Java Compiler
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 |
15. | Continuous Enterprise Development in Java By: Andrew Lee Rubinger; Aslak Knutsen Publisher: O'Reilly Media, Inc. Publication Date: 15-OCT-2013 Insert Date: 27-SEP-2012 | Chapter Title: The Java Persistence API
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 |
16. | Java SE 7 Programming Essentials By: Michael Ernest Publisher: Sybex Publication Date: 13-NOV-2012 Insert Date: 20-DEC-2012 Slots: 1.0 | Chapter Title: Using Java Operators (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 |
17. | By: BJ Allmon; Jeremy Anderson Publisher: Manning Publications Publication Date: 28-OCT-2010 Insert Date: 07-DEC-2010 Slots: 1.0 | Overview: Flex on Java
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...
|
18. | 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 | Chapter Title: 1 Java Fundamentals
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 |
19. | 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 | Overview: The Java® Language Specification, Java SE 7 Edition, Fourth Edition 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...
|
20. | By: Dirk Louis; Peter Müller Publisher: Markt+Technik Verlag Publication Date: 12-OCT-2011 Insert Date: 10-JUL-2012 Slots: 1.0 | Chapter Title: Multithreading mit Java
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 |