Always remain updated about current software development trends

Articles in JAVA

Chatbot Tutorial

Tutorial on making an artificial intelligence chatbot

IKVM.NET in Details

This article is all about IKVM.NET. Its a short tutorial of IKVM.NET and in this article you can found how to use Java class or library in .NET

Pig from a Bird’s Eyeview

Pig from a Bird's Eyeview by M. Tim Jones, author ofPig in Action Today, we are being inundated with data. So much so, that IBM estimates that in 2012, 2.5 quintillion bytes of information are generated every day. That's a million trillion...

Chain of Responsibility Pattern

An easy explanation of Chain of Responsibility Pattern with a practical example

Poll Result: Awareness of Adopt-a-JSR Effort Grows - Slowly but Steadily

| 0 The results of themost recently completed Java.net pollsuggest that awareness of theAdopt-a-JSReffort within the Java developer community continues to increase, albeit at a perhaps modest pace. Still, growing awareness is a strong positive for any long-term...

GZIP Compression Java vs .NET

This article is comparing the GZIP compression facility provided by Java and .NET

Temporary Post Used For Theme Detection (ef68e214-d6e3-4267-bef0-465313bf9214 – 3bfe001a-32de-4114-a6b4-4005b770f6d7)

This is a temporary post that was not deleted. Please delete this manually. (3d6f8c4f-aa9f-451b-9acc-426f0c51bfa3 – 3bfe001a-32de-4114-a6b4-4005b770f6d7)

How To Use Java Packages In .NET

This tip is about how to use Java packages in .NET using IKVM.NET

Your First Mikado Graph

Your First Mikado Graph by Ola Ellnestam and Daniel Brolund, authors ofThe Mikado Method The Mikado Method is a structured way to make significant changes to complex code. What that means, is rather than getting caught up in the complexity...

When is async-complete complete?

| 0Asynchronous operation is supported inServlet 3.0. I have discussedstartAsyncin my previous blog,startAsync in Servlet 3.0. In this blog, I will discussAsyncContext#complete. ThejavadocofAsyncContext#completehas the following: Completes the asynchronous...