Java programming interviews exposed /
Chapter 5: Data Structures; Lists; Trees; Maps; Sets; Summary; Chapter 6: Design Patterns; Investigating Example Patterns; Commonly Used Patterns; Summary; Chapter 7: Implementing Popular Interview Algorithms; Implementing FizzBuzz; Demonstrating the Fibonacci Sequence; Demonstrating Factorials; Imp...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Hoboken :
Wiley,
2014.
©2014 |
Colección: | Wrox guides.
|
Temas: | |
Acceso en línea: | Texto completo (Requiere registro previo con correo institucional) |
MARC
LEADER | 00000cam a2200000 a 4500 | ||
---|---|---|---|
001 | OR_ocn870245535 | ||
003 | OCoLC | ||
005 | 20231017213018.0 | ||
006 | m o d | ||
007 | cr cnu---unuuu | ||
008 | 140208s2014 nju o 000 0 eng d | ||
040 | |a EBLCP |b eng |e pn |c EBLCP |d N$T |d YDXCP |d RECBK |d E7B |d B24X7 |d COO |d TEFOD |d OCLCQ |d UMI |d TEFOD |d DEBBG |d VT2 |d MMI |d TEFOD |d MMI |d OCLCQ |d OCLCF |d CNNOR |d MOR |d PIFPO |d ZCU |d NRC |d LIV |d MERUC |d OCLCQ |d OCL |d U3W |d REB |d STF |d CEF |d NRAMU |d CRU |d ICG |d VTS |d OCLCQ |d INT |d OCLCQ |d WYU |d G3B |d TKN |d OCLCQ |d UAB |d DKC |d AU@ |d OCLCQ |d UKAHL |d UWK |d OCLCQ |d OCL |d OCLCQ |d BRF |d OCLCO |d OCLCQ | ||
016 | 7 | |a 016635582 |2 Uk | |
019 | |a 899291583 |a 906025527 |a 961554909 |a 962562938 |a 966355625 |a 1026448815 |a 1055380122 |a 1065806249 |a 1081287106 |a 1103282498 |a 1129359469 |a 1153046519 |a 1192343027 |a 1228564376 |a 1311349116 | ||
020 | |a 9781118722923 |q (electronic bk.) | ||
020 | |a 1118722922 |q (electronic bk.) | ||
020 | |a 9781118722886 |q (electronic bk.) | ||
020 | |a 1118722884 |q (electronic bk.) | ||
020 | |z 9781118722862 |q (pbk.) | ||
020 | |z 1118722868 | ||
029 | 1 | |a AU@ |b 000053041935 | |
029 | 1 | |a AU@ |b 000058373203 | |
029 | 1 | |a CHNEW |b 000722422 | |
029 | 1 | |a CHNEW |b 000886814 | |
029 | 1 | |a DEBBG |b BV042490506 | |
029 | 1 | |a DEBBG |b BV043607320 | |
029 | 1 | |a DEBSZ |b 434836850 | |
029 | 1 | |a GBVCP |b 882843370 | |
029 | 1 | |a NZ1 |b 15495092 | |
035 | |a (OCoLC)870245535 |z (OCoLC)899291583 |z (OCoLC)906025527 |z (OCoLC)961554909 |z (OCoLC)962562938 |z (OCoLC)966355625 |z (OCoLC)1026448815 |z (OCoLC)1055380122 |z (OCoLC)1065806249 |z (OCoLC)1081287106 |z (OCoLC)1103282498 |z (OCoLC)1129359469 |z (OCoLC)1153046519 |z (OCoLC)1192343027 |z (OCoLC)1228564376 |z (OCoLC)1311349116 | ||
037 | |a EB452361-4861-47C4-BF4B-55429566A9C9 |b OverDrive, Inc. |n http://www.overdrive.com | ||
050 | 4 | |a QA76.6 | |
072 | 7 | |a COM |x 051390 |2 bisacsh | |
072 | 7 | |a COM |x 051310 |2 bisacsh | |
072 | 7 | |a COM |x 051280 |2 bisacsh | |
072 | 7 | |a COM |x 051130 |2 bisacsh | |
072 | 7 | |a COM |x 051440 |2 bisacsh | |
072 | 7 | |a COM |x 051230 |2 bisacsh | |
082 | 0 | 4 | |a 005.1 |2 23 |
049 | |a UAMI | ||
100 | 1 | |a Markham, Noel. | |
245 | 1 | 0 | |a Java programming interviews exposed / |c Noel Markham. |
260 | |a Hoboken : |b Wiley, |c 2014. | ||
264 | 4 | |c ©2014 | |
300 | |a 1 online resource (386 pages) | ||
336 | |a text |b txt |2 rdacontent | ||
337 | |a computer |b c |2 rdamedia | ||
338 | |a online resource |b cr |2 rdacarrier | ||
490 | 1 | |a Wrox guides | |
588 | 0 | |a Print version record. | |
505 | 0 | |a Acknowledgments; Contents; Introduction; Part I: Navigating the Interview Process; Chapter 1: Dissecting Interview Types; Looking at the Phone Screening Process; Reviewing Technical Tests; Handling Face-to-Face Interviews; Making the Decision; Summary; Chapter 2: Writing a Noticeable Resume; How to Write a Resume and Cover Letter; Writing a Cover Letter; Summary; Chapter 3: Technical Test and Interview Basics; Technical Written Tests; At-Computer Tests; Face-to-Face Technical Interviews; Summary; Chapter 4: Writing Core Algorithms; Looking at Big O Notation; Sorting Lists; Searching Lists. | |
520 | |a Chapter 5: Data Structures; Lists; Trees; Maps; Sets; Summary; Chapter 6: Design Patterns; Investigating Example Patterns; Commonly Used Patterns; Summary; Chapter 7: Implementing Popular Interview Algorithms; Implementing FizzBuzz; Demonstrating the Fibonacci Sequence; Demonstrating Factorials; Implementing Library Functionality; Using Generics; Summary; Part II: Core Java; Chapter 8: Java Basics; The Primitive Types; Using Objects; Java's Arrays; Working with Strings; Understanding Generics; Autoboxing and Unboxing; Using Annotations; Naming Conventions; Handling Exceptions. | ||
505 | 8 | |a Using the Standard Java LibraryLooking Forward to Java 8; Summary; Chapter 9: Testing with JUnit; The JUnit Test Life Cycle; Best Practices for Using JUnit; Eliminating Dependencies with Mocks; Creating System Tests with Behavior-Driven Development; Summary; Chapter 10: Understanding the Java Virtual Machine; Garbage Collection; Memory Tuning; Interoperability between the JVM and the Java Language; Summary; Chapter 11: Concurrency; Using Threads; Working with Concurrency; Actors; Summary; Part III: Components and Frameworks; Chapter 12: Integrating Java Applications with Databases. | |
505 | 8 | |a SQL: An IntroductionJDBC: Combining Java and the Database; Testing with In-Memory Databases; Summary; Chapter 13: Creating Web Applications; Tomcat and the Servlet API; Jetty; Play Framework; Summary; Chapter 14: Using HTTP and REST; The HTTP Methods; HTTP Clients; Creating HTTP Services Using REST; Summary; Chapter 15: Serialization; Reading and Writing Java Objects; Using XML; JSON; Summary; Chapter 16: The Spring Framework; Core Spring and the Application Context; Spring JDBC; Integration Testing; Spring MVC; Summary; Chapter 17: Using Hibernate; Using Hibernate; Summary. | |
505 | 8 | |a Chapter 18: Useful LibrariesRemoving Boilerplate Code with Apache Commons; Developing with Guava Collections; Using Joda Time; Summary; Chapter 19: Developing with Build Tools; Building Applications with Maven; Ant; Summary; Chapter 20: Android; Basics; User Interface; Persistence; Android Hardware; Summary; Appendix: Introducing Scala; Scala Basics; Functions as Values; Immutability; Summary; Index. | |
520 | |a If you are a skilled Java programmer but are concerned about the Java coding interview process, this real-world guide can help you land your next position Java is a popular and powerful language that is a virtual requirement for businesses making use of IT in their daily operations. For Java programmers, this reality offers job security and a wealth of employment opportunities. But that perfect Java coding job won't be available if you can't ace the interview. If you are a Java programmer concerned about interviewing, Java Programming Interviews Exposed is a great resource to p. | ||
590 | |a O'Reilly |b O'Reilly Online Learning: Academic/Public Library Edition | ||
650 | 0 | |a Computer programming |v Problems, exercises, etc. | |
650 | 0 | |a Computer software. | |
650 | 0 | |a Java (Computer program language) | |
650 | 2 | |a Software | |
650 | 6 | |a Programmation (Informatique) |v Problèmes et exercices. | |
650 | 6 | |a Logiciels. | |
650 | 6 | |a Java (Langage de programmation) | |
650 | 7 | |a software. |2 aat | |
650 | 7 | |a COMPUTERS |x Programming |x Open Source. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Programming Languages |x C♯ |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Programming Languages |x Java. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Programming Languages |x Pascal. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Software Development & Engineering |x Tools. |2 bisacsh | |
650 | 7 | |a COMPUTERS |x Software Development & Engineering |x General. |2 bisacsh | |
650 | 7 | |a Computer programming. |2 fast |0 (OCoLC)fst00872390 | |
650 | 7 | |a Computer software. |2 fast |0 (OCoLC)fst00872527 | |
650 | 7 | |a Java (Computer program language) |2 fast |0 (OCoLC)fst00982065 | |
655 | 7 | |a Problems and exercises. |2 fast |0 (OCoLC)fst01423783 | |
655 | 7 | |a Problems and exercises. |2 lcgft | |
776 | 0 | 8 | |i Print version: |a Markham, Noel. |t Java programming interviews exposed. |d Indianapolis, Indiana : John Wiley & Sons, ©2014 |h 368 pages |z 9781118722862 |
830 | 0 | |a Wrox guides. | |
856 | 4 | 0 | |u https://learning.oreilly.com/library/view/~/9781118722886/?ar |z Texto completo (Requiere registro previo con correo institucional) |
938 | |a Askews and Holts Library Services |b ASKH |n AH26129924 | ||
938 | |a Askews and Holts Library Services |b ASKH |n AH26129937 | ||
938 | |a Books 24x7 |b B247 |n bks00062584 | ||
938 | |a ProQuest Ebook Central |b EBLB |n EBL1609394 | ||
938 | |a ebrary |b EBRY |n ebr10836192 | ||
938 | |a EBSCOhost |b EBSC |n 694125 | ||
938 | |a Recorded Books, LLC |b RECE |n rbeEB00210936 | ||
938 | |a YBP Library Services |b YANK |n 11617130 | ||
938 | |a YBP Library Services |b YANK |n 12673227 | ||
994 | |a 92 |b IZTAP |