Tuesday, 29 January 2019

JDBC (Java Database Connectivity)

  • Introduction to JDBC
  • Types of Drivers in JDBC
  • Steps to Connect to Database
  • JDBC Example programs
    1.  Program that displays content of table (dept) jdbc_ex1.java (source code)
    2.  Program Any Table Content:(Source Code)  (Meta Data Example)
    3.  Program to create a table using JDBC (Source Code)
    4.  Insert Command using JDBC  (Source Code)

Saturday, 22 December 2018

17CI14-Web Technologies

Monday, 17 December 2018

Thursday, 6 December 2018

Tuesday, 27 November 2018

17CI14-Web Technologies  Assignments


Monday, 26 November 2018

17CI14-Web Technologies

                   first web page                    

                   formatting tags                  

                   bgcolor                   

                   circle equation                   

                   circle equation with different fonts             

                    images                   

                    links                   

                    Lists                     

                     Table-Example1    Table-Example2   Table-Example3(cellpadding,cellspacing)




Thursday, 27 September 2018

Layout Managers in AWT

   1. Flow Layout                   Example
  2. Border Layout                Example
  3. Grid Layout                    Example