I’m currently learning java generics and below is a list of types in java that is non-reifiable. A type is not reifiable if it is one of the following:• A type variable(such as T)• A paramet…
Category: Home
Web application security: fighting yourself or finding the edge of sanity
How secure a web application should be? Well, for many of us, web-developers, the question doesn’t m…
Eclipse JNoSQL: One API to many NoSQL databases – JAXenter
Otávio Gonçalves de Santana explores why Eclipse JNoSQL is such a good tool for bringing together Java and NoSQL with its one API, many databases approach.
Optional Dependency Injection Using Spring – DZone Java
This tutorial demonstrates a few different ways to inject optional dependencies within a Spring DI application, including example code and use cases.
Structs in Java: How to handle them like a pro – JAXenter
In this article we are going to take a look at the memory layout of Java objects, find out what the overhead is and show what we can do about it.
JDBC Connection Pool for GlassFish and Payara Java Application Servers – DZone Java
This tutorial shows you how to use the Java application servers, demonstrating how to create an environment, configure database, and set up an application server.
A Beginners Guide to Package in Java
Blog about Programming, Design, Java, Tutorial, Examples, Interview Questions, Java 5, 6, 7, 8, 9 features, multithreading, Linux, UNIX and tips.
First to Java EE 8 compatibility! WebSphere Liberty 18.0.0.2 – WASdev
Get Java EE 8 techs inc, reactive client and server-side events in JAX-RS 2.1, asynchronous events in CDI 2.0, Servlet 4.0 inc HTTP/2, JSF 2.3, JPA 2.2
Top Six Book Recommendations to Learn Kotlin in 2018 – DZone Java
To learn more about Android app development, this list of the top Kotlin books are a great resource, providing definitions, example code, and real-life applications.
Top 10 Books of All-Time for Java Programmers – DZone Java
Here is a list of ten books that are helpful for Java programmers, teaching cleaner code, effective designs, improved performance, and object-oriented design.
Top 50 Basic Core Java Interview Questions with Answers
Blog about Programming, Design, Java, Tutorial, Examples, Interview Questions, Java 5, 6, 7, 8, 9 features, multithreading, Linux, UNIX and tips.
How to Write a C-like sizeof Function in Java – DZone Java
For those who come from a C background and are just beginning to learn Java, this tutorial helps new users use the sizeof function with helpful examples.
Java 8 – Journey of for loop in Java, for(index) to forEach()
for loop has come a long way in Java 8 with new forEach() method in java.util.stream.Stream class. In this article, we will take a look…
Interesting Java Jersey and RxJava Finding – DZone Java
In the case of the @Context annotation, Jersey will inject a proxy object that uses a ThreadLocal. This tutorial explains how to maneuver around this error.