Sign up
Forgot password?
FAQ: Login

Java

  • Folding files by type is disabled
2023.07
BPB Publications, 2022. — 254 p. — ISBN: 978-93-91392-499. 'Get Skilled with Java' teaches you how to use Java programming ideas, such as object-oriented and functional programming, when writing programs in the Java language and the Java language itself. This book covers everything you need to know about Java programming from beginner to intermediate level. You will also gain...
  • №1
  • 1,27 MB
  • added
2021.10
Packt Publishing, 2021. — 363 p. — ISBN: 978-1-80056-423-7. Code Files Only! Building Microservices with Micronaut: A quick-start guide to building high-performance reactive microservices for Java developers Explore different aspects of building modular microservices such as development, testing, maintenance, and deployment using the Micronaut framework Key Features Learn how...
  • №2
  • 3,09 MB
  • added
  • info modified
2019.08
Apress, 2016. — 283 p. — ISBN: 1484225198. Code files only! Build an automated currency trading bot from scratch with Java. In this book, you will learn about the nitty-gritty of automated trading and have a closer look at Java, the Spring Framework, event-driven programming, and other open-source APIs, notably Google’s Guava API. And of course, development will all be...
  • №3
  • 835,13 KB
  • added
  • info modified
2019.07
Apress, 2014. — 690 p. — ISBN: 9781430266587, 1430266589, 9781430266594, 1430266597. Beginning Java 8 Language Features covers essential and advanced features of the Java programming language such as the new lambda expressions (closures), inner classes, threads, I/O, Collections, garbage collection, streams, and more. Author Kishori Sharan provides over 60 diagrams and 290...
  • №4
  • 758,00 KB
  • added
  • info modified
2019.06
11 edition. — McGraw-Hill Education, 2018. — 1872 p. — (Complete Reference Series). — ISBN: 978-1-26044023-2. The Definitive Java Programming Guide Fully updated for Java SE 11, Java: The Complete Reference, Eleventh Edition explains how to develop, compile, debug, and run Java programs. Best-selling programming author Herb Schildt covers the entire Java language, including its...
  • №5
  • 177,57 KB
  • added
  • info modified
2018.05
Packt Publishing, 2018. — 324 p. This book will teach the concepts of test driven development in Java so you can build clean, maintainable and robust code Test-driven development (TDD) is a development approach that relies on a test-first procedure that emphasizes writing a test before writing the necessary code, and then refactoring the code to optimize it.The value of...
  • №6
  • 339,03 KB
  • added
  • info modified
2018.04
Packt Publishing, 2018. — 910 p. Mastering advanced features of Java and implement them to build amazing projects Java 9 and its new features add to the richness of the language; Java is one of the languages most used by developers to build robust software applications. Java 9 comes with a special emphasis on modularity with its integration with Jigsaw. This course is your...
  • №7
  • 3,58 MB
  • added
  • info modified
2016.03
Manning Publications, 2016. — 304 p. (PFD) + Code. — ISBN: 978-1-61729-253-8. Spock combines the features of tools like JUnit, Mockito, and JBehave into a single powerful Java testing library. With Spock, you use Groovy to write more readable and concise tests. Spock enables seamless integration testing, and with the intuitive Geb library, you can even handle functional testing...
  • №8
  • 7,89 MB
  • added
  • info modified
2015.09
Apress, 2014. — Source code — ISBN: 1430266619, 978-1430266617. Beginning Java 8 APIs, Extensions and Libraries completes the Apress learning Java journey and is a comprehensive approach to learning the Java programming language extensions and available APIs and libraries, including the new JavaFX APIs. This book covers the key extensions of the Java programming language such...
  • №9
  • 4,00 MB
  • added
  • info modified
2015.08
9th Edition. — McGraw-Hill Professional, 2014. — ISBN10: 0071808558, ISBN13: 9780071808552. The Definitive Java Programming Guide. Fully updated for Java SE 8, Java: The Complete Reference, Ninth Edition explains how to develop, compile, debug, and run Java programs. Bestselling programming author Herb Schildt covers the entire Java language, including its syntax, keywords, and...
  • №10
  • 406,36 KB
  • added
  • info modified
2013.08

Java Tutorials

  • archive
  • database
  • html
  • image
  • java
  • txt
Oracle Corporation, 1995, 2012. (Publication details not specified). The Java Tutorials are a one stop shop for learning the Java language. The tutorials are practical guides for programmers who want to use the Java programming language to create applets and applications. They also serve as a reference for the experienced Java programmer. Groups of related lessons are organized...
  • №11
  • 116,33 MB
  • added
  • info modified
2013.01
SAMS, Indianapolis, USA. Throughout this book, you learn about game programming from a very Web-centric perspective. This is only natural because Java is very Web-centric itself. You learn all about the unique benefits (and drawbacks) of developing Internet games in Java for the Web, accompanied by plenty of source code that you can reuse on your projects. More specifically,...
  • №12
  • 3,37 MB
  • added
  • info modified
2012.08
Manning Publications, 2012. - 496 p. ISBN: 1617290068 The Well-Grounded Java Developer offers a fresh and practical look at new Java 7 features, new JVM languages, and the array of supporting technologies you need for the next generation of Java-based software. The Well-Grounded Java Developer starts with thorough coverage of Java 7 features like try-with-resources and NIO .2....
  • №13
  • 15,15 MB
  • added
  • info modified
2011.08
Publisher: Prentice Hall; January 6, 2007; 7th Edition(+ examples); 1705 p. The Deitels' groundbreaking How to Program series offers unparalleled breadth and depth of object-oriented programming concepts and intermediate-level topics for further study. The Seventh Edition has been extensively fine-tuned and is completely up-to-date with Sun Microsystems, Inc.rs"s latest Java...
  • №14
  • 83,79 MB
  • added
  • info modified
2010.09
The seventh edition of Core Java 2, Volume II, covers advanced user-interface programming and the enterprise features of the Java 2 Platform, Standard Edition (J2SE). Like Volume I (which covers the most important language and library features), this book has been completely updated and revised for J2SE 5.0. All of the sample programs have been updated and carefully crafted to...
  • №15
  • 9,36 MB
  • added
  • info modified
2010.06
This book attempts a complete specification of the syntax and semantics of the language. We intend that the behavior of every language construct is specified here, so that all implementations will accept the same programs. Except for timing dependencies or other non-determinisms and given sufficient time and sufficient memory space, a program written in the Java programming...
  • №16
  • 458,39 KB
  • added
  • info modified
2010.05
4th edition, 2002, 1530 p. with program examples. Introduction to computers, internet and the web. Introduction to Java applications. Introduction to Java applets. Control structures (if, else, while, for, switch, do, while). Methods. Arrays. Object-based programming. Object-oriented programming. Strings and characters. Graphics and Java2D. Graphical user interface components...
  • №17
  • 18,03 MB
  • added
  • info modified
2007.05
Revision 0.9, 5-20-2003 (This version contains the material that will be used in the Crested Butte seminar. Genesis of this book The more that I worked towards the deadline for Thinking in Java, 2nd edition, the more I started to feel that either the schedule or the quality would be compromised. However, when I broke the "Polymorphism" chapter into two chapters based on my...
  • №18
  • 308,93 KB
  • added
  • info modified
There are no files in this category.

Comments

There are no comments.
Up