0% found this document useful (0 votes)
45 views

Core Java

This document outlines the contents of a Java course, including core Java concepts like OOPs, classes, interfaces, inheritance, exceptions, file handling, and multi-threading. It also covers key Java APIs and technologies like the collection framework, JDBC, SQL, and regular expressions. The course aims to teach students the fundamentals of Java programming through exploring its core features, common APIs, and how to connect to databases.

Uploaded by

sumit3subhajyoti
Copyright
© © All Rights Reserved
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
0% found this document useful (0 votes)
45 views

Core Java

This document outlines the contents of a Java course, including core Java concepts like OOPs, classes, interfaces, inheritance, exceptions, file handling, and multi-threading. It also covers key Java APIs and technologies like the collection framework, JDBC, SQL, and regular expressions. The course aims to teach students the fundamentals of Java programming through exploring its core features, common APIs, and how to connect to databases.

Uploaded by

sumit3subhajyoti
Copyright
© © All Rights Reserved
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/ 1

Java Course Contents

Core Java
1. Java OOPS concepts, need for java
2. Classes and interfaces
3. Objects, Constructor, fields, methods, variables, keywords
4. Inheritance, method overloading and overriding, access specifiers
5. jar file, javadoc api creation
6. Package, comparing and printing objects
7. final variable and initializing
8. Bitwise operations, operators, data types
9. Generic types, Date, Calendar, joda
10. Inner, anonymous classes
11. String, StringBuffer, Regular Expressions, arrays, switch statement
12. Exception, Reflection, Clone, Assertion
13. File Handling, io package classes
14. enum type
15. Multi-threading, concurrency
17. Data structures, Collection framework, sorting
18. JDBC, SQL, database concepts, drivers

You might also like