Top banner

Wednesday, May 25, 2011

Hand written Marksheets to Printed Marksheets Mumbai University

Many students of Mumbai University have got hand written Marksheet's , which are problematic in the future have people not accepting it for no reason.

Actually Mumbai University does have a service to convert those Handwritten Marksheet to Printed Marksheet
For more information go visit University

Thursday, May 12, 2011

Elective I : Advance Java

Portion: -
1) Introduction to Swing
                                Japplet, Icons and Labels , Text Fields, Buttons, Jbutton Class, Check Box, Radio
    Buttons, The Container, Panel, Window, and Frame Classes , Combo Box, Tabbed
    Panes,Scroll Panes,Trees, Tables, Custom Rendering of JList Cells.

2) JDBC
        i)   JDBC Fundamentals
        ii)  Establishing Connectivity and working with connection interface
        iii) Working with statements
        iv) Creating and Executing SQL statements
        v)  Working with ResultSet Object & ResultSetMetaData

3) Servlets
        i)   Introduction to Servlets (Life cycle of Servelet, Java Servlet Development Kit, Creating, Compiling
             and running servelet)
        ii)  The servelet API : javax.servlet package
        iii) Reading the Servlet Parameters , Reading Initialization parameter
        iv) The javax.servlet.http.Package
        v) Handling HTTP Request and Response (GET / POST Request)

       vi) Using Cookies, Session Tracking

4) Introduction to Java Beans
       i)   What is Java Bean? , Advantage
       ii)  Installing / Starting / Using BDK (Bean Development Kit)
       iii) JAR Files
       iv) Using the Java Beans API

5) JSP
       i)    Advantage of JSP Technology (Comparison with ASP / Servlet)
       ii)   JSP Architecture , JSP Access Model
       iii)  JSP Syntax Basic ( Directives, Declarations, Expression, Scriplets,Comments)
       iv)  JSP Implicit Object , Object Scope
       v)   Synchronization Issue
       vi)  Exception Handling
       vii) Session Management