I am using Set Interface for removing duplicate elements from List Interface,Because,List allow Duplicate Elemens also.So,list elements are...
How to send a Mail using Java Program
package com.dustbin; import java.util.*; import javax.mail.Message; import javax.mail.MessagingException; import javax.mail.Pass...
ODBC API contains set of ‘C’ language functions.
ODBC API contains set of ‘C’ language functions. ODBC API SQL connect(); SQL disconnect(); SQL execut...
How to generate a Auto key in jdbc Program
Program: public class AutoGenKeys { public static void main(String args[]) { String url = "jdbc:mySubprotocol:myDataSo...
The database client software installed with all the developer computers.
The database client software installed with all the developer computers. one server connect to any n number of clients...... Serv...
About API's and Oracle DataBase Installation Procedure
Sun micro system as released JSE API. This is a public API released by sun micro system. Once in the public API is released any body ...
JDBC Introduction
JDBC * What is API (Application Programming Interface) : API is a document. (not a software) They are two types of API’s are available...