Wednesday 27 October 2021

OBJECT ORIENTED PROGRAMMING (R20 Regulations)

  Text Books :     
                    Balaguruswamy(java)    
                    Complete Reference   9thEdition   5thEdition
                    Previous Question Papers and Key           (Regulation- R17) 
                          a)  Question Paper(1st April 2021)      Key
                          b)  Question Paper(Nov 2019)              Key      
                          c)  Question Paper(                                Key       
 

      Structure of JAVA Program      
      Java Programs        1. Classes and objects Demo  (Box Class)
                                        2. Constructors Demo program (Rectanlge class)    
                     Arrays:
                               a)  ArrayTest       b) FindMaxArray
                    Final Keyword usage       
                    Packages 

Wednesday 14 April 2021

17CI14-WEB TECHNOLOGIES

 

17CI14-WEB TECHNOLOGIES

Syllabus    Lesson Plans(A-Section)   (B-Section)

                  WT LAB LESSON PLAN 

softwares :  jdk       oracle         apachetomcat

   

Previous Question Papers:

         2019-2020 (Academic year)   
                 Mid-1    Mid-2 
                 Question Paper
                 Key of End Exampaper
         2018-2019 (Academic Year)
                  MID-1Mid-2 
                  Question Paper   
                  Key of End Exampaper
UNIT Wise  Descriptive Questions and Objective Questions
             Unit-1    Unit-2     Unit-3   Unit-4   Unit-5
Assignment Questions:      

           Assignment 1  Questions    Last Date : 28/04/2021

             Assignment 2 Questions 

              Assignment 3 (UNIT-3-JDBC)

           Assignment 4  (UNIT-4-Servlets)

             Assignment 5 (UNIT-5-JSP and struts)


  UNIT-1 (HTML & DHTML)

                    a)  HTML Notes

                    b)  CSS Notes

                    c)  Java Script Notes 

                    d) HTML Notes IGNOU

UNIT-2 (XML and JAVA Beans)
        XML Complete Notes
            XML Notes        XML NOTES Question and answer wise
            XML PPT(Good Material)
            XML DTD for CellPhone  CellPhone XML File
            Java Beans 
            Student Bean  (source code) (manifestfile)
            Login Management Bean (source code)(manifestfile)
            BarChar Bean(source code)(manifestfile)
            MouseEvent Bean(source code)(manifestfile)(Steps for execution)
            BDK Software

UNIT-3 (JDBC-Java Database Connectivity)

   JDBC Notes

 JDBC Example programs

UNIT-4(Servlets)

                Servlet Notes   

                Servlet Programs
                            1. Servlet Life Cycle (Source Code)
                            2.  Login Static    (Source code)
                            3.  Login Dynamic (Source Code)
                            4.  Table Servlet  (Source Code)
                            5.   Registration Servlet (Source Code)
                                        Table to created in database(oracle) 
                            6.  Session Management in Servlets
                                          using Cookies  (Source Code)
                                          using HttpSession(Source Code)

UNIT-5(JSP & Structs Frame Work)

       JSP Notes     

       a) jsp_syntax version 1.1      b) jsp_syntax version 1.2

       JSP Programs
                 1.  jsp implicit object example (response object)
                 2.  jsp implicit object example (request,config)
                 3. JSPTable (config object example) with database conn
                 4. jsp exception implicit object
                 5. JSP actions examples
                                 a) jsp:include example  example2
                                            b) jsp:forward example 
                                            c) jsp:usebean example

       Struts Notes