This post and accompanying code graciously contributed by: Huy Huynh Sr. Solutions Architect Magnus Bjorkman Solutions Architect Java is a popular language used by many enterprises today. To simplify and accelerate Java application development, many compa... (more…)
Read more »
FB/Java plugin for Firebird
Manual: https://github.com/FirebirdSQL/fbjava/blob/1.0.0-beta-1/src/etc/doc/fbjava.pdf
Java Docs: https://htmlpreview.github.io/?https://raw.githubusercontent.com/Firebi... (more…)
Read more »
Thought Java was 'free'? Think again (and you owe us $$$ in 2017)...
Read more »
When it comes to building CLI apps, Java is not your first ( not even among the top 3) choice that comes to mind. However, one of the amazing things about java is its ecosystem and vibrant community, which means that you can find some tools/libraries for ... (more…)
Read more »
There are certain
problems that just make sense to solve using Java Recursion. Demonstrating Fibonacci Series is one of them. Let’s take a look at something called Fibonacci series. Here are the first few numbers of this series:0, 1, 1, 2, 3, 5, 8, 13, 21... (more…)
Read more »