Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
493 views

MCA 301 Java and Web Programming

This document outlines the modules covered in an MCA 301 Java and Web Programming course. The five modules cover: 1) introduction to object oriented programming concepts in Java; 2) packages, interfaces, exceptions handling, input/output and string handling; 3) Java applets and AWT graphics; 4) JDBC and database implementation; and 5) web page design using HTML, client-side and server-side scripting, JavaScript, servlets, and an introduction to JSP. The course references several textbooks on Java, JavaScript, and web programming.

Uploaded by

Shreejith Nair
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
493 views

MCA 301 Java and Web Programming

This document outlines the modules covered in an MCA 301 Java and Web Programming course. The five modules cover: 1) introduction to object oriented programming concepts in Java; 2) packages, interfaces, exceptions handling, input/output and string handling; 3) Java applets and AWT graphics; 4) JDBC and database implementation; and 5) web page design using HTML, client-side and server-side scripting, JavaScript, servlets, and an introduction to JSP. The course references several textbooks on Java, JavaScript, and web programming.

Uploaded by

Shreejith Nair
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

MCA 301 Java and Web Programming

Module I
Introduction to object oriented programming-Features of Java Data types,
variables and arrays Operators Control statements Classes and Methods
Inheritance.

Module II
Packages and Interfaces Exception Handling Multithreaded Programming
Input/Output Files Utility Classes String Handling. Generics, Generic Class,
Generic methods.

Module III
Java applets- Life cycle of an applet Adding images to an applet Adding
sound to an applet. Passing parameters to an applet. Event Handling. Introducing AWT:
Working with Windows Graphics and Text. Using AWT Controls, Layout Managers and
Menus.

Module IV
JDBC Overview JDBC implementation Connection class Statements -
Catching Database Results, handling database Queries.. Networking InetAddress class
URL class- TCP sockets - UDP sockets.

Module V
Web page Designing using HTML, Scripting basics-Client side and server side
scripting. Java Script-Object, names, literals, operators and expressions- statements and
features- events- windows- documents- frames- data types- built-in functions- Browser
object model- Verifying forms. Servlet life cycle of a servlet. The Servlet API,
Handling HTTP Request and Response, using Cookies, Session Tracking. Introduction to
JSP.

References
Java The Complete Reference , Herbert Schildt 7
th
Edition. Tata McGraw-
Hill Edition
Java 6 by Rogers Cadenhead, Laura Lemay, Pearson education
Java Programming A Practical Approach C Xavier, Tata McGraw-Hill Edition
K. Arnold and J. Gosling, The JAVA programming language, Third edition,
Pearson Education, 2000
Javascript A Beginners Guide, 3
rd
Edition John Pollock - Tata McGraw-Hill
Edition

You might also like