Powered by Blogger.

Hibernate Notes by Mr.Nataraj from Sathya Technologies

>> Monday, October 28, 2013

Mr.Nataraj sir explains Hibernate in detail, any body can understand his classes easily even he is beginner in Database. These classes were happened from 15th July 2010 to 25 Sept 2010. This is a scanned copy of Hibernate notes in PDF file.
Hibernate Notes by Nataraj sir from Sathya Technologies
This contains the below topics contains in PDF:

Read more..

Advaced Java Notes by Mr.Nataraj from Ameerpeta

>> Tuesday, October 22, 2013

Advanced Java notes is written material when Nataraj sir was in Sathya Technologies. One of his students wrote this and scanned 484 pages from Manoj Xerox, Gayatri Nagar,Ameerpeta. This Adv Java material covers all the topics given below with programs.

Read more..

Insert records into MS-Access database using JDBC

>> Wednesday, October 2, 2013

Insert records into MS-AccessMS-Access is a type of database from Microsoft Office product. This is a file type database to access quickly and easily. In previous tutorial we learnt  How to Connect MS Access Database using JDBC go through this one time to configure your driver and Connection.

For any database the we use the same procedure to insert records into database but DataSourceName(DSN) and driver class names will be unique. If you have multiple databases on your system then you should configure each one with different datasource names with JDBC.

Read more..

What is Reflection and How it Works in Java

>> Monday, September 23, 2013

Reflection is the process of obtaining runtime information about the class or interface.”
Reflection in Java
Runtime information is nothing but deal with the following:
  1. Finding the name of the class or interface. 
  2.  Finding the data members of the class or interface. 
  3. Finding number of constructors (default constructor and number of parameterized constructors).
  4. Number of instance methods.
  5. Number of static methods. 
  6. Determining modifiers of the class (modifiers of the class can be public, final, public + final,abstract and public + abstract).
  7. Obtaining super class of a derived class. 
  8. Obtaining the interfaces which are implemented by various classes.

Read more..

Connecting MS Access Database using JDBC Driver

>> Sunday, August 4, 2013

Connecting MSAccess Database using JDBC Driver_JavabynataraJTo connect MS Access database using java we should use JDBC drivers.
We should follow below given steps to connect MS Access database using JDBC.
  • Create MS Access database file
  • Create a table in the database
  • Create a Data Source Name using Microsot Access Driver
  • Write a java program to connect MS Access database
Here we are just connecting to MS Access database to test our connection. Apart from that nothing we are doing. We can use MS Access as a database for minor and small scale projects. Adding and retrieving data is so simple with this and several advantages like Easy to Use,Great Storage Capacity, Flexibility, Data Importing and Exporting, Multi User support and Remote Use.

Read more..

Creating a review from Atlassian FishEye

>> Saturday, July 20, 2013

FishEye Logo_JavabynataraJFishEye is an Atlassian tool to Search, track and visualize code changes. This provides a read only window into your Subversion, CVS, Git and Mercurial repositories, all in one place. This will keep a pulse on everything about your code. FishEye can can visualize and report on activity,integrate source with JIRA issues, and search for commits,files,revisions, or people. FishEye is one of the best tool form the Atlassian products.

Read more..

Related Posts Plugin for WordPress, Blogger...
© javabynataraj.blogspot.com from 2009 - 2022. All rights reserved.