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...
How To Restrict The Objects for a Class(SingletonDesignPattern)
Example: import java.util.*; public class SingletonDesignPattern { public final static int MAX_INSTANCES = 5; private s...
What is Adapter Class in JAVA?
Answers:
Hibernate Architecture and can we use JDBC to represent records in the form of object?
The following is true Architecture of Hibernate framework. *...
Hibernate Introduction and Advantages of Hibernate
Hibernate : Hibernate is a frame work. Hibernate frame work is used to develop a java application to interact with database server. ...