Posts from May 2013

2 result(s) found

Java - describing DB table (DESC table)
Java

JDBC allows us to get metadata information of the DB and DB tables. Our aim here is to describe a table, we need to get the metadata of the DB table. We can achieve this with ResultSetMetaData interfa...

What is a Web Service?
Java

Most of the web applicatoins components are currently being developed with web service. It's important to understand the what is web service and how it works?Web services are application components. T...