BLOG

Artificial Intelligence

JDK8- JDBC ODBC Bridge in Java 8

Posted on 28th Dec 2016 02:06:14 in Java

Starting with Java 8, the JDBC-ODBC Bridge will no longer be included with the JDK.

 Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); // classNotFoundException is thrown

 So, is there a solution to read and write to excel file using JDBC ODBC Bridge? The answer is YES! 

Read More

State Driven Agent Design

Posted on 19th Dec 2016 06:08:53 in Artificial Intelligence

Finite state machines, or FSMs as they are usually referred to, have for many years been the AI coder’s instrument of choice to imbue a game agent with the illusion of intelligence. You will find FSMs of one kind or another in just about every game to hit the shelves since the early days of video games, and despite the increasing popularity of more esoteric agent architectures, they are going to be around for a long time to come.

Read More

ADS

ADS

© SOFTHINKERS 2013-18 All Rights Reserved. Privacy policy