We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2
CST 205: OBJECT ORIENTED PROGRAMMING USING JAVA
IMPORTANT TOPICS
MODULE 1
Function Oriented Design &Object oriented Design( With Example) [3 or 8
Mark] Basic Object Oriented concepts [10 or 14 Mark] UML diagrams- Class diagram, Activity diagram, Use case diagram[8 or 6 Mark] JVM and Byte code [3 or 5 Mark] JRE,JDK,JIT Compiler[3 Mark] Garbage Collection [3 or 5 Mark] Lexical Issues(Tokens) [10 or 14 Mark] Java features (Buzzwords) [10 or 14 Mark]
MODULE 2
Type Conversion and Casting with example[3 Mark]
Data types in java [8 or 10 Mark] Operators in java [8 or 10 Mark] Type of constructors in java(with sample code) [8 Mark] Method overloading and overriding with sample code[10 Mark] This keyword with example [3 or 5 Mark] Super and final keyword with example Abstract class[8 Mark] Command line arguments(3 Mark) **Programs
MODULE 3
Packages and it’s accessing methods[8 or 10 Mark]
Interfaces in java with example [8 or 10 Mark] Types of java Exception with example[3 or 6 Mark]
Downloaded from Ktunotes.in
Exception handling try, catch, throw, throws, finally with sample code(10 Mark) Difference between throw and throws(3 Mark) Serialization with sample code. **Programs-Package creation, File Handling
MODULE 4
String constructors [6 or 8 Mark]
Special String Operations-Character Extraction, String Comparison, Searching Strings, Modifying Strings, valueOf(). Collections in java- collection interface and list interface [8 or 10 Mark] Thread life cycle [8 Mark] Thread creation (By extending Thread class and By implementing Runnable interface.)[8 Mark] Thread synchronization-with sample code(Using Synchronized keyword and Synchronized block)[8 or 10 Mark] Delegation Event Model Event handling Methods **Programs- Thread Creation, Strings
MODULE 5
Swing and its features
Difference between AWT and Swing[3 Mark] Model View architecture[6 Mark] Components and containers [3 Mark] JDBC Architecture[6 or 8 Mark] Java Database Connectivity with MySql, steps and Program(14 Marks) **Swing Programs