Monday, 11 June 2018

17CI07-OOPS Through JAVA

Syllabus with CEO and COs
Lesson Plan(Course Handout)

Text Books for download:
                a) Programming with Java 3rd Edition
                b) Java The Complete Reference Ninth Edition
                c) Java material

 

java lab cycle list
Unit-1 Descriptive Questions  

                             3, Command Line Arguments  4. ScopeTest     5. ScopeTest1
                             6. LogicalOperatorTest             7. Array 
                             8.DynamicArrayTest(Reading values to array at runtime)

       Assignments:
                        Assignment-3 


Sunday, 10 June 2018

Computer Graphics (S167)
           Assignment 1 Questions
           Assignment 2 Questions 

          1. Syllabus with CEOs and COs
              a) All Units Notes
              b) Course Handout(Lesson Plan)
          2. Unit -1  
                    a)   CG Applications                    PPT      Teaching Notes
                    b)   Cathode Ray Tube                 PPT      Teaching Notes
                    c)   RandomScan Displays           PPT      Teaching Notes
                   
 
  

Thursday, 18 May 2017

Web Technologies

Unit-1
            HTML Basics
            CSS Notes
            IGNOU HTML,JAVASCRIPT MATERIAL
            Java Script Programs
           Number to words program(source js) (htmlcode) 
Unit-2
        XML Complete Notes
            XML Notes 
            XML PPT(Good Material)
            XML DTD for CellPhone  CellPhone XML File
            Assignments:  Assignment 3 Questions
            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
        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)
            Servlet Questions
Unit-4
      JSP Notes all
      Implicit Object Example in JSP 
      JSP Table (Source Code) 
      JSP Session (source code)
      JSP Beans(source code) 
      Assignment Questions

Unit-5
     JButtonDemo(source code)
     JTabbedPane Demo (source code)
     JScrollPane (source code) 
     JTableDemo (source code)
     JComboBox Component