0% found this document useful (0 votes)
36 views3 pages

Core Java Content

The document outlines a comprehensive curriculum for Core Java, covering essential topics such as Java basics, object-oriented programming, access modifiers, generics, string manipulation, collections, file I/O, multithreading, and JDBC. Each section includes both theoretical and practical components, ensuring a well-rounded understanding of Java programming. The curriculum also details specific JDBC concepts, including architecture, API, drivers, and data retrieval methods.

Uploaded by

praveenmasthan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
36 views3 pages

Core Java Content

The document outlines a comprehensive curriculum for Core Java, covering essential topics such as Java basics, object-oriented programming, access modifiers, generics, string manipulation, collections, file I/O, multithreading, and JDBC. Each section includes both theoretical and practical components, ensuring a well-rounded understanding of Java programming. The curriculum also details specific JDBC concepts, including architecture, API, drivers, and data retrieval methods.

Uploaded by

praveenmasthan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 3

Core Java

1. Introduction To Java
 Basics Of java Programming.
 Data Types
 Variables
 Operators

2. Objects and Classes


 Basics Of Objects And Classes
 Constructors
 Methods And Objects
 String
 String Buffer

3 . Access Modifires

4. Access Specifiers

5. Generics

6. Object Oriented Programming

 Encapsulation
 Inheritance
 Polymorphism
 Abstract
 Interface.

7. String Manipulation

 String &String Buffer Class


 String TokENiZERS
8. Collections

 Arrays
 Vectors
 HashMap
 Hash Table
 ArrayList
 HashSet
 Linked HashSet
 Stack
 LinkedList
 Date
 Calender

9. File IO
 Files & Streams

10. Threads –Multi Threading

11. Jdbc (Java Database Connectivity)

JDBC:

1. Introduction
2. JDBC Architecture

3. JDBC API

4. Types of JDBC Drivers

5. JDBC Terminologies

6. Connectivity Approaches

7. Retrieving the data from the database

8. Java.sql.Statement

9. Java.sql.PreparedStatement

10. Java.sql.CallableStatement

11. Batch Updates


12. Types of ResultSet.

Note:All the topics will be covered in both practical and


Theaoritically and material will be handed.

You might also like