JDBC java and mysql
first you must include the sql package: import java.sql.*; In order to word with JDBC driver for mysql, you first… read more
first you must include the sql package: import java.sql.*; In order to word with JDBC driver for mysql, you first… read more
Like many OSes the Android OS doesn’t like the UI thread to be interfered from the outside. Many times, you… read more
Assume we have a Socket that is connected to a server. Usually, we will use a secondary thread to read… read more
Mostly used for server programs, sometime you need to list all the available network interfaces. To do this, we will… read more
First thing – get eclipse. Some people recommend the J2EE – I don’t. the regular java version works great for… read more