Minibooks

The education never stops here at Java Code Geeks. Check out our recommended whitepapers and books (complimentary downloads):

Spring Interview Questions

by Java Code Geeks on April 15th, 2017

This is a summary of some of the most important questions concerning the Spring Framework, that you may be asked to answer in an interview or in an interview test procedure! There is no need to worry for your next interview test, because Java Code Ge …

Android UI Design

by Java Code Geeks on April 14th, 2017

Android is an operating system based on the Linux kernel and designed primarily for touchscreen mobile devices such as smartphones and tablet computers. Android OS has taken over the world of mobile devices and is growing rapidly the last few years.A …

JVM Troubleshooting Guide

by Java Code Geeks on April 14th, 2017

Your Java VM is basically the foundation of your Java program which provides you with dynamic memory management services, garbage collection, Threads, IO and native operations and more. The Java Heap Space is the memory “container” of you runtime Jav …

JPA Minibook

by Java Code Geeks on April 13th, 2017

One of the problems of Object Orientation is how to map the objects as the database requires. A common issue is when table and column names do not match with the domain model of our application. The basic Java framework to access the database is JDBC …

Back to top button