0% found this document useful (0 votes)
4 views1 page

Java OOP, Data Types, and Collections Guide

The document outlines the curriculum for a programming course, divided into three units. Unit I covers core OOP concepts, primitive data types, arrays, selection and iteration statements, and class syntax. Units II and III focus on output stream classes, file I/O, PrintWriter methods, the collection framework hierarchy, the Map interface, and generics in Java.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views1 page

Java OOP, Data Types, and Collections Guide

The document outlines the curriculum for a programming course, divided into three units. Unit I covers core OOP concepts, primitive data types, arrays, selection and iteration statements, and class syntax. Units II and III focus on output stream classes, file I/O, PrintWriter methods, the collection framework hierarchy, the Map interface, and generics in Java.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Unit – I

1. Discuss the core OOPs concepts


2. Write the description of primitive data types
3. Give an overview of java arrays
4. Write notes on selection statements
5. Give an overview of iteration statements
6. Write and explain the general syntax of a class

Unit – II
7. Mention the classes belonging to output stream category
8. Write a java program to implement file input and file output streams
9. Explain about the methods of print writer class

Unit – III
[Link] notes on hierarchy of collection framework
[Link] an overview of Map interface
[Link] a java program to demonstrate generics

You might also like