UniCOURSE CONTENTS
An overview of Java:
Object oriented programming, Two paradigms, abstraction, the, OOP principles, Java class
libraries [5%]
Date types, variables and arrays:-Integers, floating-point types, characters, Boolean, Iterates,
Variable, Data types and casting, automatic type promotion in expressions arrays. Operators: -
Arithmetic operators, bit wise operators, relational operators, Boolean logical assignment
operators, the? Operator, operator precedence Control statements: -Java's selection statements,
iteration statements, jump statements [15%]
Introduction to classes: Class fundamentals, declaring object reference variable, Introducing
methods, constructors, the key word, garbage collection, the finalize () method. Methods and
Classes :-Overloading methods, using objects as parameters, recursion [15%]
Inheritance: Inheritance basics, using super, method overriding, dynamic method dispatch, using
abstract Classes, Using final with inheritance, Package and Interfaces, Package asses protection,
importing packages [10%]
Exception handling: Exception handling fundamentals., Exception types, Uncaught
Exceptions Using try and catch, multiple catch clauses, nested try statements throw,
finally Java built in exception creating your own exception sub classes, using exceptions.
[5%]
Multithreaded Programming: The Java thread model, the main thread, creating thread, creating
multiple thread, using is alive () and join (). Thread priorities, synchronization, Inter thread
communications, suspending resuming and stopping thread using multithreading [15%]
String handling: The string constructor, string length, special string operator character
extraction, string comparison, searching string, modifying string, data conversion, changing the
case of characters, string buffer. [10%]
Networking: Networking basics, Java and the Internet Address, TCP/IP client Sockets URL,
URL connection, TCP/IP server Sockets The Applet Class [15%]
The Applet Class: its architecture displays methods. The HTML APPLET. Passing parameters to
Applet. The get Docu