Minibooks
The education never stops here at Java Code Geeks. Check out our recommended whitepapers and books (complimentary downloads):
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 … |